|
FairMQ
1.4.33
C++ Message Queuing Library and Framework
|
Classes | |
| struct | Holder |
Public Member Functions | |
| Commands (const proc &process) | |
| void | Subscribe (std::function< void(const std::string &msg, const proc &sender)> callback) |
| void | Unsubscribe () |
| void | Send (const std::string &msg) |
| void | Send (const std::string &msg, rank rank) |
| void | Send (const std::string &msg, const std::vector< proc > &destination) |