bileto/critical-section
最新稳定版本:v2.1.0
Composer 安装命令:
composer require bileto/critical-section
包简介
Lightweight class supporting critical section locking
README 文档
README
Description
Lightweight class supporting critical section locking in PHP.
It requires PHP >= 7.1 and no other dependency.
Example
$pdo = new PDO('...'); $driver = new Bileto\CriticalSection\Driver\PdoPgsqlDriver($pdo); $criticalSection = new Bileto\CriticalSection\CriticalSection($driver); $criticalSection->enter('Section Label'); // Perform set of steps of critical tasks $criticalSection->leave('Section Label');
统计信息
- 总下载量: 21.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-17