对码当歌,猿生几何?
Toggle navigation
猿客奇谈
首页
PHP
Web前端
数据库
服务器
Unix编程
Shell
Java
C/C++
Python
大数据
AI
手册
其他
小工具
« parallel\Events\Event
parallel\Sync »
PHP Manual
parallel
The parallel\Events\Event\Type class
The parallel\Events\Event\Type class
(0.9.0)
类摘要
final
parallel\Events\Event\Type
{
/* Event::$object was read into Event::$value */
const
Read
;
/* Input for Event::$source written to Event::$object */
const
Write
;
/* Event::$object (Channel) was closed */
const
Close
;
/* Event::$object (Future) was cancelled */
const
Cancel
;
/* Runtime executing Event::$object (Future) was killed */
const
Kill
;
/* Event::$object (Future) raised error */
const
Error
;
}