Static zebra_test::MULTI_THREADED_RUNTIME
source ยท pub static MULTI_THREADED_RUNTIME: Lazy<Runtime>
Expand description
A multi-threaded Tokio runtime that can be shared between tests. This runtime should be used for tests that spawn blocking threads.
See SINGLE_THREADED_RUNTIME
for details.