val at_varying_intervals :
?stop:unit Async_kernel.Clock_intf.Deferred.t->(unit ->Core.Std.Time.Span.t)->unit Async_kernel.Async_stream.t
val at_intervals :
?start:Core.Std.Time.t ->?stop:unit Async_kernel.Clock_intf.Deferred.t->Core.Std.Time.Span.t ->unit Async_kernel.Async_stream.t
val every' :
?start:unit Async_kernel.Clock_intf.Deferred.t->?stop:unit Async_kernel.Clock_intf.Deferred.t->?continue_on_error:bool ->Core.Std.Time.Span.t ->(unit ->unit Async_kernel.Clock_intf.Deferred.t)->
unit
val every :
?start:unit Async_kernel.Clock_intf.Deferred.t->?stop:unit Async_kernel.Clock_intf.Deferred.t->?continue_on_error:bool ->Core.Std.Time.Span.t ->(unit -> unit)->
unit
val run_at_intervals' :
?start:Core.Std.Time.t ->?stop:unit Async_kernel.Clock_intf.Deferred.t->?continue_on_error:bool ->Core.Std.Time.Span.t ->(unit ->unit Async_kernel.Clock_intf.Deferred.t)->
unit
val run_at_intervals :
?start:Core.Std.Time.t ->?stop:unit Async_kernel.Clock_intf.Deferred.t->?continue_on_error:bool ->Core.Std.Time.Span.t ->(unit -> unit)->
unit