Value.PrivateSourceThese functions are defined in Async_ecaml. This module exists to avoid dependency cycles.
val block_on_async :
Core.Source_code_position.t ->
?context:Core.Sexp.t Core.Lazy.t ->
(unit -> 'a Async_kernel.Deferred.t) ->
'aval enqueue_foreground_block_on_async :
Core.Source_code_position.t ->
?context:Core.Sexp.t Core.Lazy.t ->
?raise_exceptions_to_monitor:Async_kernel.Monitor.t ->
(unit -> unit Async_kernel.Deferred.t) ->
unitval run_outside_async :
Core.Source_code_position.t ->
?allowed_in_background:bool ->
(unit -> 'a) ->
'a Async_kernel.Deferred.t