kelunik/loop-block
Composer 安装命令:
composer require kelunik/loop-block
包简介
Detect blocking ticks in the Amp event loop.
README 文档
README
Detect blocking ticks in an event loop based on the PHP event loop standard.
Installation
$ composer install kelunik/loop-block
Usage
You can instantiate a new BlockDetector. Its constructor takes a callback to be executed on blocks, a threshold in milliseconds, and an interval to configure how often the check is executed.
Once the loop runs, you can call BlockDetector::start to start the detection. BlockDetector::stop stops the detection again.
License
MIT.
统计信息
- 总下载量: 7.9k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 27
- 点击次数: 4
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-11