package async_kernel

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

Module Event.FieldsSource

Sourceval names : string list
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 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 -> 'c -> ('b -> Time_ns.t) * 'd) -> callback: (([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm -> 'd -> ('b -> unit -> unit) * 'e) -> execution_context: (([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm -> 'e -> ('b -> Execution_context.t) * 'f) -> interval: (([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm -> 'f -> ('b -> Time_ns.Span.t option) * 'g) -> next_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'g -> ('b -> Option.t) * 'h) -> prev_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'h -> ('b -> Option.t) * 'i) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> 'i -> ('b -> Status.t) * 'j) -> 'a -> ('b -> t) * 'j
Sourceval 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
Sourceval 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
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
Sourceval fold : init:'a -> alarm: ('a -> ([< `Read | `Set_and_create ], t, Async_kernel__.Types.Job_or_event.t Alarm.t) Fieldslib.Field.t_with_perm -> 'b) -> at: ('b -> ([< `Read | `Set_and_create ], t, Time_ns.t) Fieldslib.Field.t_with_perm -> 'c) -> callback: ('c -> ([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm -> 'd) -> execution_context: ('d -> ([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm -> 'e) -> interval: ('e -> ([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm -> 'f) -> next_fired: ('f -> ([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'g) -> prev_fired: ('g -> ([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'h) -> status: ('h -> ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> 'i) -> 'i
Sourceval map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'a list
Sourceval 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
Sourceval 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
Sourceval 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 -> 'a) -> callback: (([< `Read | `Set_and_create ], t, unit -> unit) Fieldslib.Field.t_with_perm -> 'a) -> execution_context: (([< `Read | `Set_and_create ], t, Execution_context.t) Fieldslib.Field.t_with_perm -> 'a) -> interval: (([< `Read | `Set_and_create ], t, Time_ns.Span.t option) Fieldslib.Field.t_with_perm -> 'a) -> next_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'a) -> prev_fired: (([< `Read | `Set_and_create ], t, Option.t) Fieldslib.Field.t_with_perm -> 'a) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> 'a) -> 'a list
Sourcemodule Direct : sig ... end
OCaml

Innovation. Community. Security.