Struct tokio::runtime::EnterGuard
source · pub struct EnterGuard<'a> { /* private fields */ }
Expand description
Runtime context guard.
Returned by Runtime::enter
and Handle::enter
, the context guard exits
the runtime context on drop.