Download the PHP package kelunik/loop-block without Composer
On this page you can find all versions of the php package kelunik/loop-block. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kelunik/loop-block
More information about kelunik/loop-block
Files in kelunik/loop-block
Download kelunik/loop-block
More information about kelunik/loop-block
Files in kelunik/loop-block
Vendor kelunik
Package loop-block
Short Description Detect blocking ticks in the Amp event loop.
License MIT
Package loop-block
Short Description Detect blocking ticks in the Amp event loop.
License MIT
Please rate this library. Is it a good library?
Informations about the package loop-block
loop-block
Detect blocking ticks in an event loop based on the PHP event loop standard.
Installation
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.
All versions of loop-block with dependencies
PHP Build Version
Package Version
Requires
amphp/amp Version
^2
The package kelunik/loop-block contains the following files
Loading the files please wait ....