Module async_runtime

Source
Expand description

Async runtime extensions.

Structs§

IsolatedRuntime
An isolated runtime for asynchronous tasks, particularly work that may be CPU intensive such as encoding/decoding and shard maintenance.

Constants§

TEST_THREADS
A reasonable number of threads to use in tests: enough to reproduce nontrivial orderings if necessary and avoid blocking, but not too many.