Icicle\Concurrent\Threading\Mutex::__construct PHP Метод

__construct() публичный Метод

Creates a new threaded mutex.
public __construct ( )
    public function __construct()
    {
        $this->init();
    }