TrueAsync + #351
Replies: 1 comment 2 replies
-
|
Hi @EdmondDantes! Big fan of the work you're doing on TrueAsync - it's cool to see native async making progress toward PHP core. Hypervel is specifically a Swoole-based framework - the Swoole runtime is deeply integrated at every level (coroutine context, connection pools, HTTP server, etc). We also use several Hyperf packages under the hood and regularly contribute back to the Hyperf framework. So we're pretty deeply embedded in the Swoole ecosystem. Adapting to TrueAsync would essentially be a ground-up rewrite rather than an API adaptation. That's out of scope for Hypervel. If TrueAsync lands in PHP core, the more natural path would probably be for the Swoole maintainers to consider how Swoole could integrate with or provide compatibility for native async. That might be worth discussing with them directly: https://github.com/swoole/swoole-src That said, we'd love to see the PHP async ecosystem grow - happy to chat more if you have questions about how Hypervel/Swoole handles things! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Content
Hello!
How difficult is it to adapt the code to the TrueAsync API? What will need to be taken into account?
Beta Was this translation helpful? Give feedback.
All reactions