package async_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val names : string list
val status : ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm
val prev_fired : ([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm
val next_fired : ([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm
val interval : ([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm
val execution_context : ([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm
val callback : ([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm
val at : ([< `Read | `Set_and_create ], t, Time_ns.t) Fieldslib.Field.t_with_perm
val alarm : ([< `Read | `Set_and_create ], t, Async_kernel__.Types.Job_or_event.t Alarm.t) Fieldslib.Field.t_with_perm
val make_creator : alarm: (([< `Read | `Set_and_create ], t, Async_kernel__.Types.Job_or_event.t Alarm.t) Fieldslib.Field.t_with_perm -> 'a -> ('b -> Async_kernel__.Types.Job_or_event.t Alarm.t) * 'c) -> at: (([< `Read | `Set_and_create ], t, Time_ns.t) Fieldslib.Field.t_with_perm -> 'd -> ('e -> Time_ns.t) * 'f) -> callback: (([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm -> 'g -> ('h -> unit -> unit) * 'i) -> execution_context: (([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm -> 'j -> ('k -> Execution_context.t) * 'l) -> interval: (([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm -> 'm -> ('n -> Time_ns.Span.t option) * 'o) -> next_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'p -> ('q -> Option.t) * 'r) -> prev_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 's -> ('t -> Option.t) * 'u) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> 'v -> ('w -> Status.t) * 'x) -> 'y -> ('z -> t) * 'a1
val create : alarm:Async_kernel__.Types.Job_or_event.t Alarm.t -> at:Time_ns.t -> callback:(unit -> unit) -> execution_context:Execution_context.t -> interval:Time_ns.Span.t option -> next_fired:Option.t -> prev_fired:Option.t -> status:Status.t -> t
val map : alarm: (([< `Read | `Set_and_create ], t, Async_kernel__.Types.Job_or_event.t Alarm.t) Fieldslib.Field.t_with_perm -> Async_kernel__.Types.Job_or_event.t Alarm.t) -> at: (([< `Read | `Set_and_create ], t, Time_ns.t) Fieldslib.Field.t_with_perm -> Time_ns.t) -> callback: (([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm -> unit -> unit) -> execution_context: (([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm -> Execution_context.t) -> interval: (([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm -> Time_ns.Span.t option) -> next_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> Option.t) -> prev_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> Option.t) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> Status.t) -> t
val iter : alarm: (([< `Read | `Set_and_create ], t, Async_kernel__.Types.Job_or_event.t Alarm.t) Fieldslib.Field.t_with_perm -> unit) -> at: (([< `Read | `Set_and_create ], t, Time_ns.t) Fieldslib.Field.t_with_perm -> unit) -> callback: (([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm -> unit) -> execution_context: (([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm -> unit) -> interval: (([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm -> unit) -> next_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> unit) -> prev_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> unit) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> unit) -> unit
val fold : init:'a -> alarm: ('b -> ([< `Read | `Set_and_create ], t, Async_kernel__.Types.Job_or_event.t Alarm.t) Fieldslib.Field.t_with_perm -> 'c) -> at: ('d -> ([< `Read | `Set_and_create ], t, Time_ns.t) Fieldslib.Field.t_with_perm -> 'e) -> callback: ('f -> ([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm -> 'g) -> execution_context: ('h -> ([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm -> 'i) -> interval: ('j -> ([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm -> 'k) -> next_fired: ('l -> ([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'm) -> prev_fired: ('n -> ([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'o) -> status: ('p -> ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> 'q) -> 'r
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'b list
val for_all : alarm: (([< `Read | `Set_and_create ], t, Async_kernel__.Types.Job_or_event.t Alarm.t) Fieldslib.Field.t_with_perm -> bool) -> at: (([< `Read | `Set_and_create ], t, Time_ns.t) Fieldslib.Field.t_with_perm -> bool) -> callback: (([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm -> bool) -> execution_context: (([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm -> bool) -> interval: (([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm -> bool) -> next_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> bool) -> prev_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> bool) -> bool
val exists : alarm: (([< `Read | `Set_and_create ], t, Async_kernel__.Types.Job_or_event.t Alarm.t) Fieldslib.Field.t_with_perm -> bool) -> at: (([< `Read | `Set_and_create ], t, Time_ns.t) Fieldslib.Field.t_with_perm -> bool) -> callback: (([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm -> bool) -> execution_context: (([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm -> bool) -> interval: (([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm -> bool) -> next_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> bool) -> prev_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> bool) -> bool
val to_list : alarm: (([< `Read | `Set_and_create ], t, Async_kernel__.Types.Job_or_event.t Alarm.t) Fieldslib.Field.t_with_perm -> 'a) -> at: (([< `Read | `Set_and_create ], t, Time_ns.t) Fieldslib.Field.t_with_perm -> 'b) -> callback: (([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm -> 'c) -> execution_context: (([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm -> 'd) -> interval: (([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm -> 'e) -> next_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'f) -> prev_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'g) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> 'h) -> 'i list
module Direct : sig ... end