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

__clone() public method

Makes a copy of the mutex in the unlocked state.
public __clone ( )
    public function __clone()
    {
        $this->init();
    }