final class Event (View source)

When an Event is returned, Event::$object shall be removed from the loop that returned it, should the event be a write event the Input for Event::$source shall also be removed.

Properties

int $type

Shall be one of Event\Type constants

string $source

Shall be the source of the event (target name)

object $object

Shall be either Future or Channel

mixed $value

Shall be set for Read/Error events