1234567891011121314151617181920212223242526272829303132333435363738394041424344open!Async_kernel(** {2 Async_kernel} *)includeAsync_kernel(** @open *)moduleDeferred=structincludeDeferredmoduleOr_error=structincludeAsync_kernel.Deferred.Or_errormoduleExpect_test_config=Deferred_or_error_expect_test_configendend(** {2 Async_unix} *)includeAsync_unix(** @open *)(** {2 Async_command} *)(* We define [Command] using [struct include ... end] rather than as an alias so that we
don't have to add [async_command] to downstream jbuild library imports. *)moduleCommand=structincludeAsync_commandend(** {2 Async_rpc} *)includeAsync_rpc(** @open *)(* We define [Quickcheck] using [struct include ... end] rather than as an alias so that
we don't have to add [async_quickcheck] to downstream jbuild library imports. *)moduleQuickcheck=structincludeAsync_quickcheckendlet%test"Async library initialization does not initialize the scheduler"=Scheduler.is_ready_to_initialize();;moduleExpect_test_config=Expect_test_configmoduleExpect_test_config_or_error=Expect_test_config_or_errormodulePpx_log_syntax=Ppx_log_syntax