fix readme

This commit is contained in:
Simon Cruanes 2023-07-10 23:31:27 -04:00
parent 548212ab43
commit e6a2afb2ba
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -34,7 +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.Pool.t =
val pool : Moonpool.Runner.t =
{Moonpool.Pool.run_async = <fun>; shutdown = <fun>; size = <fun>;
num_tasks = <fun>}