Crate rusty_junctions_client_api_macro

Crate rusty_junctions_client_api_macro 

Source
Expand description

Crate providing a number of Declarative Macros that can be used as part of the Public API of Rusty Junctions, to define the various Junction, Channels, and Join Patterns that are used to declaratively define the desired concurrent computation.

Macrosยง

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