Module mpstthree::functionmpst::send[][src]

Expand description

This module contains all the send functions

Functions

Send a value of type T from A to B. Always succeeds. Returns the continuation MeshedChannels<S1, S2, R, N>.

Send a value of type T from A to C. Always succeeds. Returns the continuation of the MeshedChannels<S1, S2, R, N>.

Send a value of type T from B to A. Always succeeds. Returns the continuation of the MeshedChannels<S1, S2, R, N>.

Send a value of type T from B to C. Always succeeds. Returns the continuation of the MeshedChannels<S1, S2, R, N>.

Send a value of type T from C to A. Always succeeds. Returns the continuation of the MeshedChannels<S1, S2, R, N>.

Send a value of type T from C to B. Always succeeds. Returns the continuation of the MeshedChannels<S1, S2, R, N>.