package async

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Async_command.For_testingSource

Sourceval 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.