[][src]Module rusty_junctions::channels

Various channel implementations for different purposes.

All of the channels within this module can be used to build up Join Patterns. However, they serve different functions within the patterns. For instance, a RecvChannel is used to get the value generated by a Join Pattern firing asynchronously.

Structs

BidirChannel

Synchronous, bidirectional message channel.

RecvChannel

Synchronous, value receiving channel.

SendChannel

Asynchronous, message sending channel.