Crate task_executor[−][src]
Modules
A multi-producer, multi-consumer broadcast queue. Each sent value is seen by all consumers.
Asynchronous signal handling for Tokio.
Structs
A Duration
type to represent a span of time, typically used for system
timeouts.
Represents the specific kind of signal to listen for.
Traits
Functions
Creates a new stream which will receive notifications when the current
process receives the specified signal kind
.
Waits until duration
has elapsed.