This commit is contained in:
Simon Cruanes 2024-03-04 22:56:41 -05:00
parent 867444d975
commit f798420423
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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} *)