Struct asyncio::SignalSet [] [src]

pub struct SignalSet { /* fields omitted */ }

Provides a signal handing.

Methods

impl SignalSet
[src]

Trait Implementations

impl IoObject for SignalSet
[src]

Returns a IoService associated with this object.

impl AsRawFd for SignalSet
[src]

Extracts the raw file descriptor. Read more

impl Drop for SignalSet
[src]

A method called when the value goes out of scope. Read more