package ecaml

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

Module Background.PrivateSource

Sourceval mark_running_in_background : Core.Source_code_position.t -> f:(unit -> 'a) -> 'a
Sourceval mark_running_in_foreground : f:(unit -> 'a) -> 'a
Sourceval schedule_foreground_block_on_async : Core.Source_code_position.t -> ?raise_exceptions_to_monitor:Async.Monitor.t -> (unit -> unit Async.Deferred.t) -> unit