package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=3edbaa62a7ea910da0d5c06974da9b2b7e14a9e2648596bc7c9f09c89970b5f8

doc/async.async_command/Async_command/For_testing/index.html

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.