Example #1
0
Synchronized::Synchronized(const Monitor& monitor)
		: _g(monitor.mutex())
{
}