We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d3ea9 commit e7d10bcCopy full SHA for e7d10bc
lib/scheduler.mli
@@ -49,5 +49,6 @@ val one_shot : t -> time -> string -> (unit -> unit) -> handle
49
(** Cancel an item *)
50
val cancel : t -> handle -> unit
51
52
-(** shutdown a scheduler *)
+(** shutdown a scheduler. Any item currently scheduled will not
53
+ be executed. The scheduler cannot be restarted. *)
54
val shutdown : t -> unit
0 commit comments