Module rustfbp::ports [] [src]

Utility class to communicate between agents

This class provides three structs : Msg, Ports and MsgSender.

Structs

Msg

Represent an Msg

MsgReceiver
MsgSender

A wrapper around SyncSender<Msg>

Traits

OutputSend