Concurrency handling support.
|
namespace | none_impl |
| Implementation for no-op locking primitives.
|
|
|
class | basic |
| Concurrency policy that uses std::mutex / boost::mutex. More...
|
|
class | none |
| Stub concurrency policy that implements the interface using no-ops. More...
|
|