mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-05 19:00:33 -05:00
doc
This commit is contained in:
parent
867444d975
commit
f798420423
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ val run_wait_block : ?ls:Task_local_storage.t -> t -> (unit -> 'a) -> 'a
|
|||
|
||||
val dummy : t
|
||||
(** Runner that fails when scheduling tasks on it.
|
||||
Calling {!run_async} on it will raise Failure. *)
|
||||
Calling {!run_async} on it will raise Failure.
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
(** {2 Implementing runners} *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue