Swoole\Lock::__construct

(PECL swoole >= 1.9.0)

Swoole\Lock::__constructConstruct a memory lock.

Description

publicSwoole\Lock::__construct(string$type = ?, string$file_lock_location = ?)

Swoole lock is used for data synchronization between multiple theads or processes.

Parameters

type

file_lock_location

To Top