Struct exit_future::Signal [] [src]

pub struct Signal { /* fields omitted */ }

Exit signal that fires either manually or on drop.

Methods

impl Signal
[src]

[src]

Fire the signal manually.

Trait Implementations

impl Drop for Signal
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Signal

impl Sync for Signal