Icicle\Concurrent\Threading\Mutex::__construct PHP Method

__construct() public method

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