package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mark_running_in_background : Core.Source_code_position.t -> f:(unit -> 'a) -> 'a
val mark_running_in_foreground : f:(unit -> 'a) -> 'a
val schedule_foreground_block_on_async : Core.Source_code_position.t -> ?raise_exceptions_to_monitor:Async.Monitor.t -> (unit -> unit Async.Deferred.t) -> unit