Module Private.Run_outside_async

type t = {
  1. f : 'a. here:lexing_position -> ?allowed_in_background:bool -> (unit -> 'a) -> 'a Async_kernel.Deferred.t;
}
val set_once : t Core.Set_once.t