Module Event.Reschedule_result
type t
=
|
Ok
|
Currently_happening
|
Recently_aborted
|
Recently_fired
Recently_aborted
andRecently_fired
can happen if the time was not advanced between the corresponding thing happening and the call toreschedule*
.
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t