Skip to content

Commit e7d10bc

Browse files
committed
Update following review comments (PR#149)
Signed-off-by: Jon Ludlam <[email protected]>
1 parent 21d3ea9 commit e7d10bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/scheduler.mli

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ val one_shot : t -> time -> string -> (unit -> unit) -> handle
4949
(** Cancel an item *)
5050
val cancel : t -> handle -> unit
5151

52-
(** shutdown a scheduler *)
52+
(** shutdown a scheduler. Any item currently scheduled will not
53+
be executed. The scheduler cannot be restarted. *)
5354
val shutdown : t -> unit

0 commit comments

Comments
 (0)