From dfb588cdc52a62320c78f11cc6f34dfa5e054fa1 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 25 Oct 2023 22:41:18 -0400 Subject: [PATCH] test: update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 60f478d3..40ae042b 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,7 @@ of `pool`, as soon as one is available. No result is returned. ```ocaml # #require "threads";; # let pool = Moonpool.Pool.create ~min:4 ();; -val pool : Moonpool.Runner.t = - {Moonpool.Pool.run_async = ; shutdown = ; size = ; - num_tasks = } +val pool : Moonpool.Runner.t = # begin Moonpool.Pool.run_async pool