Expand description
Async runtime extensions.
Structs§
- Isolated
Runtime - 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.