Module client

Module client 

Source
Expand description

The client module provides all of the macro functionality used by a client of the rusty_junctions crate.

Namely it provides a number of macros that can be used to conveniently define the patterns, channels, and Junction that are used to declaratively express the concurrent computation.

See the crate level documentation for further details.

Macrosยง

channel
An internal macro used by the junction macro.
junction
Define an entire Junction using a single block.
junction_dec
Define an entire Junction using a single block.
when
An alternate syntax for defining Join Pattern channel constrains.