Module crossbeam_channel::flavors::tick
source · Expand description
Channel that delivers messages periodically.
Messages cannot be sent into this kind of channel; they are materialized on demand.
Structs§
- Channel 🔒Channel that delivers messages periodically.
Type Aliases§
- Result of a receive operation.