Module crossbeam_channel::flavors::at
source · Expand description
Channel that delivers a message at a certain moment in time.
Messages cannot be sent into this kind of channel; they are materialized on demand.
Structs§
- Channel 🔒Channel that delivers a message at a certain moment in time
Type Aliases§
- AtToken 🔒Result of a receive operation.