文件名称:Amp-yii2-queue.zip
文件大小:32KB
文件格式:ZIP
更新时间:2022-10-07 04:24:20
Amp
Amp-yii2-queue.zip,YII 2.0非阻塞队列扩展。,amp是php的一个非阻塞并发框架。它提供事件循环、承诺和流,作为异步编程的基础。
【文件预览】:
yii2-queue-master
----.gitignore(366B)
----components()
--------PushEvent.php(251B)
--------WorkerComponent.php(8KB)
--------JobEvent.php(337B)
--------ChannelComponent.php(4KB)
--------QueueComponent.php(15KB)
----codeception.yml(192B)
----exceptions()
--------WorkerException.php(270B)
--------ChannelException.php(271B)
--------QueueException.php(268B)
----interfaces()
--------DriverInterface.php(1KB)
--------QueueInterface.php(268B)
--------ChannelInterface.php(1KB)
--------WorkerInterface.php(407B)
----models()
--------MessageModel.php(1KB)
----drivers()
--------MysqlConnection.php(4KB)
--------FileConnection.php(7KB)
--------common()
--------RedisConnection.php(5KB)
----composer.json(707B)
----README.md(5KB)
----tests()
--------unit.suite.yml(161B)
--------app()
--------functional.suite.yml(360B)
--------_bootstrap.php(765B)
--------_data()
--------_output()
--------unit()
--------_support()
----migrations()
--------m160629_081220_qwm_queue.php(1KB)
----controllers()
--------NotificationController.php(582B)
--------QueueController.php(1KB)