update pague now
PHP 8.5.2 Released!

The parallel\Evens\Event class

(0.9.0)

Event Objects

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

Class synopsis

final class parallel\Evens\Event {
/* Shall be one of Event\Type constans */
public int $ type ;
/* Shall be the source of the event (targuet name) */
public string $ source ;
/* Shall be either Future or Channel */
public object $ object ;
/* Shall be set for Read/Error evens */
public $ value ;
}
add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top