Download the PHP package reactphp-x/task-poller without Composer
On this page you can find all versions of the php package reactphp-x/task-poller. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package task-poller
Task Poller
异步任务轮询器,用于处理需要轮询查询状态的异步任务。
install
功能特性
- 支持任务并发控制
- 全局任务并发:通过 TaskPollerManager 统一管理所有轮询器的任务并发
- 多任务管理器:支持创建多个命名管理器实例,适用于不同业务场景
- 轮询并发:每个轮询器实例可独立控制状态检查的并发数
- 支持轮询间隔设置
- 支持最大尝试次数限制
- 支持自定义状态检查逻辑
- 支持任务取消
- 支持异步数据提取和状态检查
使用示例
All versions of task-poller with dependencies
PHP Build Version
Package Version
Requires
reactphp-x/limiter-concurrent Version
^1.0
The package reactphp-x/task-poller contains the following files
Loading the files please wait ...