Php/docs/class.cond
来自菜鸟教程
(PECL pthreads < 3.0.0)
简介
Warning pthreads v3 中已经将 Cond 类移除。
Cond 类中的静态方法可以用来直接访问 Posix 的条件变量。
Table of Contents
- Cond::broadcast — 广播条件变量
- Cond::create — 创建一个条件变量
- Cond::destroy — 销毁条件变量
- Cond::signal — 发送唤醒信号
- Cond::wait — 等待
/* 方法 */