diff --git a/README.md b/README.md index 51b5df5e..c37db436 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ 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.Pool.t = +val pool : Moonpool.Pool.t = + {Moonpool.Pool.run_async = ; shutdown = ; size = ; + num_tasks = } # begin Moonpool.Pool.run_async pool