mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-05 05:07:58 +08:00
409 B
409 B
Added Coroutine Server
- Changed method
bind(Server $server)
tobind($server)
inHyperf\Contract\ProcessInterface
. - Changed method
isEnable()
toisEnable($server)
inHyperf\Contract\ProcessInterface
- Process of config-center, crontab, metric must not run in co-server.
Hyperf\AsyncQueue\Environment
only applies to the current coroutine, not process.- Coroutine Server not support task.