crustphp/swoolecontext
最新稳定版本:1.0.0
Composer 安装命令:
composer require crustphp/swoolecontext
包简介
A simple coroutine context manager based on swoole context feature for swoole framework
README 文档
README
The Swoole single-threaded model allows safely passing a coroutine ID of a coroutine to the context manager that is not the current coroutine. If no coroutine ID is passed, then the default behavior is to retrieve the context (array) of current coroutine.
To ensure so-called thread safety, the write operation API does not provide a cid parameter.
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2025-02-24