Module msg

Module msg 

Source
Expand description

Message sending and receiving functions.

Re-exports§

pub use recv::recv_c;
pub use recv::recvloop_c;
pub use recv::recvloop_ca;
pub use recv::recvloop_h;
pub use send::send;

Modules§

recv
Functions for receiving messages.
send
Functions for sending messages.