SObjectizer-5 Extra
|
Namespaces | |
namespace | details |
namespace | errors |
Functions | |
template<typename Lock_Type = std::mutex> | |
mbox_t | make_mbox (environment_t &env) |
Create an implementation of round-robin mbox. | |
mbox_t so_5::extra::mboxes::round_robin::make_mbox | ( | environment_t & | env | ) |
Create an implementation of round-robin mbox.
Usage example:
Lock_Type | type of lock to be used for thread safety. |
Definition at line 396 of file round_robin.hpp.