Expand description
Ffi-safe wrapper types around the crossbeam-channel channel types.
Structs§
- RInto
Iter - An iterator which receives the values sent through the channel, blocking until a value is received.
- RIter
- An iterator which receives the values sent through the channel, blocking until a value is received.
- RReceiver
- The receiver end of a channel, which can be either bounded or unbounded.
- RSender
- The sender end of a channel, which can be either bounded or unbounded.