Download the PHP package danog/loop without Composer
On this page you can find all versions of the php package danog/loop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor danog
Package loop
Short Description Loop abstraction for AMPHP.
License MIT
Homepage https://github.com/danog/loop
Package loop
Short Description Loop abstraction for AMPHP.
License MIT
Homepage https://github.com/danog/loop
Please rate this library. Is it a good library?
Informations about the package loop
Loop
danog/loop
provides a set of powerful async loop APIs based on amphp for executing operations periodically or on demand, in background loops a-la threads.
Installation
API
- Basic
- GenericLoop
- PeriodicLoop
- Advanced
- Loop
Loop
A loop capable of running in background (asynchronously) the code contained in the loop
function.
Implements pause and resume functionality, and can be stopped from the outside or from the inside.
API:
GenericLoop
If you want a simpler way to use the Loop
, you can use the GenericLoop.
PeriodicLoop
If you simply want to execute an action every N seconds, PeriodicLoop is the way to go.
All versions of loop with dependencies
PHP Build Version
Package Version
The package danog/loop contains the following files
Loading the files please wait ....