Module Std

module Std: sig .. end

module Fd: Fd
module Gc: Async_gc
module In_thread: In_thread
module Io_stats: Io_stats
module Print: Async_print
module Reader: Reader
module Scheduler: Scheduler
module Shutdown: Shutdown
module Socket: Unix_syscalls.Socket
module Signal: Signal
module Sys: Async_sys
module Thread_safe: Thread_safe
module Work_group: Work_group
module Writer: Writer
module Unix: sig .. end
val schedule : ((unit -> unit) -> unit) Scheduler.with_options
val schedule' : ((unit -> 'a Import.Deferred.t) -> 'a Import.Deferred.t)
Scheduler.with_options
val shutdown : ?force:unit Import.Deferred.t -> int -> unit
val within : ((unit -> unit) -> unit) Scheduler.with_options
val within' : ((unit -> 'a Import.Deferred.t) -> 'a Import.Deferred.t)
Scheduler.with_options
include struct ... end
val exit : [< `This_is_async__Think_about_exit ] ->
[> `This_is_async__Think_about_exit ]