Module mpstthree::macros_multiple

source ·
Available on crate feature macros_multiple only.
Expand description

This module contains all the macros that are used for the parametrisation on the number of participants.

They main ones arecreate_normal_role and create_meshedchannels

This module is available only if MultiCrusty is built with the "macros_multiple" feature.

Modules§

  • This module contains the macros for creating cancellation functions for any number of participants.
  • This module contains the macros for creating choose functions for any number of participants.
  • This module contains the macros for creating close functions for any number of participants.
  • This module contains the macros for creating fork functions for any number of participants.
  • This module contains the macros for creating MeshedChannels for any number of participants.
  • This module contains the macros for creating offer functions for any number of participants.
  • This module contains the macros for creating receive functions for any number of participants.
  • This module contains the macros for creating send functions for any number of participants.