Php/docs/class.parallel-events-event-type
来自菜鸟教程
(0.9.0)
类摘要
final parallel\Events\Event\Type {
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
}
/* Event::$object was read into Event::$value */