library
library copied to clipboard
📚 Swoole Library
This PR introduces **Futures** as part of Swoole's standard library features. **Futures** are abstractions on top of Coroutines providing alternative syntax for building concurrent programs with Swoole. Main differences from...
This PR proposes a `psr/` directory at Library's source-code (`src/`) to receive [PSR](https://www.php-fig.org/psr/) implementations based on Swoole's ecosystem. As a reference the [“PSR-6: Caching Interface”](https://www.php-fig.org/psr/psr-6/) was implemented using `Swoole\Table` underneath....
Hi 👋 I was zapping my social feed when a suddenly found this: https://github.com/clue/reactphp-pq Looks interesting because of the easiness it provides (Laravel surfs a lot on this), I mean......
缘由:文档中 https://github.com/swoole/library/blob/master/src/core/Coroutine/WaitGroup.php 中的例子,点击链接,间歇性打不开。 解决办法:使用代理 、或者使用镜像 最佳方案: 使用镜像 这个也需要镜像 : https://github.com/swoole/docs.git (查看例子方便)