package async_kernel

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

Module Async_kernel_scheduler.ExpertSource

Sourceval run_cycles_until_no_jobs_remain : unit -> unit
Sourceval last_cycle_num_jobs : unit -> int
Sourceval run_every_cycle_start : (unit -> unit) -> unit
Sourceval run_every_cycle_end : (unit -> unit) -> unit
Sourceval add_every_cycle_start_hook : f:(unit -> unit) -> Async_kernel__.Types.Cycle_hook_handle.t
Sourceval add_every_cycle_end_hook : f:(unit -> unit) -> Async_kernel__.Types.Cycle_hook_handle.t
Sourceval remove_every_cycle_start_hook_exn : Async_kernel__.Types.Cycle_hook_handle.t -> unit
Sourceval remove_every_cycle_end_hook_exn : Async_kernel__.Types.Cycle_hook_handle.t -> unit
Sourceval with_execution_context : Execution_context.t -> (unit -> unit) -> unit
Sourceval with_execution_context1 : Execution_context.t -> f:('a -> unit) -> 'a -> unit
OCaml

Innovation. Community. Security.