A signalfd.
struct Sigfd {
/* private fields */
}| Name | Description |
|---|---|
| new | Creates a new signalfd. Flags used when creating the file descriptor. |
| Receiver | Name | Description |
|---|---|---|
&self | read | Reads a number of signals from the signalfd. |
&self | set_mask | Sets the mask of monitored signals. |
| Name | Description |
|---|---|
| Drop | Objects with a destructor. |
| FDContainer | Objects that are file descriptor wrappers. |
| UndefState | Types that are not valid when they contain certain bit patterns. |