Module crossbeam_channel::flavors::never
source · Expand description
Channel that never delivers messages.
Messages cannot be sent into this kind of channel.
Structs§
- Channel 🔒Channel that never delivers messages.
Type Aliases§
- This flavor doesn’t need a token.