rtsc

Module channel

Source
Expand description

Sync channel

Structs§

  • Bounded channel structure. Used to be destructurized into a sender and a receiver. A workaround to let the user use the default Mutex and Condvar types if others are not required

Functions§

  • Create a bounded channel and return it as a tuple of a sender and a receiver

Type Aliases§