include Async_kernel.Invariant.S1 with type 'a t := 'a t
Sourceval invariant : 'a Base__Invariant_intf.inv -> 'a t Base__Invariant_intf.inv include Core.Monad with type 'a t := 'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b tval (>>|) : 'a t -> ('a -> 'b) -> 'b tval bind : 'a t -> f:('a -> 'b t) -> 'b tval map : 'a t -> f:('a -> 'b) -> 'b tval join : 'a t t -> 'a tval all : 'a t list -> 'a list tSourceval all_unit : unit t list -> unit t Sourceval any_unit : unit t list -> unit t Sourceval don't_wait_for : unit t -> unit Sourceval is_determined : 'a t -> bool Sourceval upon : 'a t -> ('a -> unit) -> unit Sourceval repeat_until_finished :
'state ->
('state -> [ `Repeat of 'state | `Finished of 'result ] t) ->
'result t