[ buster ]
[ 源代码: reactphp-event-loop ]
软件包:php-react-event-loop(1.0.0-1)
php-react-event-loop 的相关链接
Debian 的资源:
下载源码包 reactphp-event-loop:
- [reactphp-event-loop_1.0.0-1.dsc]
- [reactphp-event-loop_1.0.0.orig.tar.gz]
- [reactphp-event-loop_1.0.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
ReactPHP's core reactor event loop for evented I/O
This library implements a central event loop for asynchronous applications written in ReactPHP.
In order for async based libraries to be interoperable, they need to use the same event loop. This component provides a common LoopInterface that any library can target. This allows them to be used in the same loop, with one single run() call that is controlled by the user.