Module async_local::runtime

source ·
Available on crate feature tokio-runtime only.
Expand description

A Tokio Runtime builder configured with a shutdown barrier that makes worker threads rendezvous during shutdown as to ensure tasks never outlive worker thread owned local data

Structs

Builds Tokio runtime configured with a shutdown barrier