Please answer these questions before submitting your issue. Thanks!
I am looking for current, in-depth documentation about Swoole.
I am looking for detailed documentation on what (for example) Swoole\Event::wait(); does, since it seems to be pretty central to the examples on the GitHub page.
So as per requested in #2520, I went straight to https://github.com/swoole/swoole-src.
The first thing on that page points users to https://www.swoole.com/, and further down the README.md file, points to https://www.swoole.co.uk/docs, both of which are outdated and incorrect (as per #2520).
I also cannot find (for example) complete, correct documentation about the wait() method above.
if you are using https://github.com/mkoppanen/php-zmq, you can just run:
Swoole\Runtime::enableCoroutine();
you can see the document here: https://github.com/swoole/swoole-src#-amazing-runtime-hook
Our English official website is maintained by @doubaokun
but it has not been updated for a long time...
@rubensr
Async clients are moved to separate PHP extension since version 4.3.0: https://github.com/swoole/ext-async
We will add the notice of this major change on website and README.