Struct ckb_network::network::DefaultExitHandler [−][src]
pub struct DefaultExitHandler { /* fields omitted */ }Expand description
Default exit handle
Implementations
Block on current thread util exit notify
Trait Implementations
Returns the “default value” for a type. Read more
notify other module to exit
Auto Trait Implementations
impl !RefUnwindSafe for DefaultExitHandler
impl Send for DefaultExitHandler
impl Sync for DefaultExitHandler
impl Unpin for DefaultExitHandler
impl !UnwindSafe for DefaultExitHandler
Blanket Implementations
Mutably borrows from an owned value. Read more