Struct tokio_executor::DefaultGuard [−][src]
pub struct DefaultGuard { /* fields omitted */ }
Ensures that the executor is removed from the thread-local context when leaving the scope. This handles cases that involve panicking.
Trait Implementations
impl Drop for DefaultGuard
[src]
impl Drop for DefaultGuard
[src]