« parallel\Events\Event
parallel\Sync »
PHP Manual
parallel
La classe parallel\Events\Event\Type
La classe parallel\Events\Event\Type
(0.9.0)
Synopsis de la classe
final
class
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
;
}