Struct tokio_reactor::DefaultGuard [−][src]
pub struct DefaultGuard { /* fields omitted */ }Ensure that the default reactor 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]