Icicle\Concurrent\Sync\FileMutex::__construct PHP Метод

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

Creates a new mutex.
public __construct ( )
    public function __construct()
    {
        $this->fileName = tempnam(sys_get_temp_dir(), 'mutex-') . '.lock';
    }