SObjectizer-5 Extra
|
Namespaces | |
details | |
errors | |
Functions | |
template<typename Lock_Type = std::mutex> | |
mbox_t | make_mbox (environment_t &env) |
Create an implementation of round-robin mbox. More... | |
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 408 of file round_robin.hpp.