Download the PHP package kaixings/proutine without Composer
On this page you can find all versions of the php package kaixings/proutine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kaixings/proutine
More information about kaixings/proutine
Files in kaixings/proutine
Download kaixings/proutine
More information about kaixings/proutine
Files in kaixings/proutine
Vendor kaixings
Package proutine
Short Description php rustic coroutine
License MIT
Homepage https://github.com/kaixings/proutine
Package proutine
Short Description php rustic coroutine
License MIT
Homepage https://github.com/kaixings/proutine
Please rate this library. Is it a good library?
Informations about the package proutine
proutine
php rustic coroutine
介绍
使用PHP yield 来模拟类似go、swoole的简易协程
参照鸟哥 在PHP中使用协程实现多任务调度 文章相关的代码。
利用yield生成器去遍历非阻塞io(mysqli的异步模式、curl_multi的非阻塞情况)的“句柄”,来达到同时进行的并发效果;
安装
例子
许可证
proutine是根据MIT许可证发布的. 有关更多信息,请参见 LICENSE 文件.
All versions of proutine with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5|^7.0|^8.0
The package kaixings/proutine contains the following files
Loading the files please wait ....