package async_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 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
OCaml

Innovation. Community. Security.