Swoole\Lock::__construct

(PECL swoole >= 1.9.0)

Swoole\Lock::__constructConstrói uma trava de memória

Descrição

public function Swoole\Lock::__construct(string $type = ?, string $file_lock_location = ?)

A trava Swoole é usada para sincronização de dados entre múltiplos threads ou processos.

Parâmetros

type

file_lock_location

adicionar nota

Notas de Usuários

Não há notas de usuários para esta página.
To Top