Php/docs/class.parallel-events-event-type

提供:Dev Guides
< Php
2020年12月14日 (月) 12:14時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(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

}