package async_kernel

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

Module Monitor.Exported_for_schedulerSource

Sourcetype 'a with_options = ?monitor:t -> ?priority:Priority.t -> 'a
Sourceval within' : ((unit -> 'a Deferred.t) -> 'a Deferred.t) with_options
Sourceval within : ((unit -> unit) -> unit) with_options
Sourceval within_v : ((unit -> 'a) -> 'a option) with_options
Sourceval schedule' : ((unit -> 'a Deferred.t) -> 'a Deferred.t) with_options
Sourceval schedule : ((unit -> unit) -> unit) with_options
Sourceval within_context : Execution_context.t -> (unit -> 'a) -> ('a, unit) Core.Result.t
Sourceval preserve_execution_context : ('a -> unit) -> ('a -> unit) Core.Staged.t
Sourceval preserve_execution_context' : ('a -> 'b Deferred.t) -> ('a -> 'b Deferred.t) Core.Staged.t
OCaml

Innovation. Community. Security.