PHPackages                             swoole-foundation/swoole-pool - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. swoole-foundation/swoole-pool

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

swoole-foundation/swoole-pool
=============================

generic swoole client pool

1.0.0(6y ago)4151MITPHP

Since May 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/swoole-foundation/swoole-pool)[ Packagist](https://packagist.org/packages/swoole-foundation/swoole-pool)[ RSS](/packages/swoole-foundation-swoole-pool/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

swoole pool
===========

[](#swoole-pool)

基于channel的swoole通用协程池

快速开始
----

[](#快速开始)

1. 安装依赖

    ```
    composer require swoole-foundation/swoole-pool
    ```
2. 初始化协程池&amp;&amp;使用协程池(需要在协程下运行)

    ```
