2017 © Pedro Peláez
 

library loop-block

Detect blocking ticks in the Amp event loop.

image

kelunik/loop-block

Detect blocking ticks in the Amp event loop.

  • Thursday, June 15, 2017
  • by kelunik
  • Repository
  • 1 Watchers
  • 15 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 15 % Grown

The README.md

loop-block

Detect blocking ticks in an event loop based on the PHP event loop standard., (*1)

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., (*2)

Once the loop runs, you can call BlockDetector::start to start the detection. BlockDetector::stop stops the detection again., (*3)

License

MIT., (*4)

The Versions

15/06 2017

dev-master

9999999-dev

Detect blocking ticks in the Amp event loop.

  Sources   Download

MIT

The Requires

 

The Development Requires

15/06 2017

v1.0.0

1.0.0.0

Detect blocking ticks in the Amp event loop.

  Sources   Download

MIT

The Requires

 

The Development Requires

12/09 2016

v0.1.0

0.1.0.0

Detect blocking ticks in event loops.

  Sources   Download

MIT

The Requires

 

The Development Requires