package async

  1. Overview
  2. Docs
val run_from_within_async : argv:string list -> t -> unit Core.Or_error.t Async_kernel.Deferred.t

Invoke a Command.t that possibly is one of the above async choices from within a test already running async.

Note that for the Staged variants, we can't have them run before Async starts (since that ship has already sailed!) So anything that actually relies on that is unlikely to work.

OCaml

Innovation. Community. Security.