package async_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Event.FieldsSource

Sourceval status : ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm
Sourceval prev_fired : ([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm
Sourceval next_fired : ([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm
Sourceval interval : ([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm
Sourceval execution_context : ([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm
Sourceval callback : ([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm
Sourceval at : ([< `Read | `Set_and_create ], t, Time_ns.t) Fieldslib.Field.t_with_perm
Sourceval alarm : ([< `Read | `Set_and_create ], t, Async_kernel__.Types.Job_or_event.t Alarm.t) Fieldslib.Field.t_with_perm
Sourceval 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