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ยง

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