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

init() private method

Initializes the mutex.
private init ( )
    private function init()
    {
        $this->mutex = new Internal\Mutex();
    }