The parallel\Events\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 Input for Event::$source shall also be removed.
类摘要
final
class parallel\Events\Event
{
public
int
$type;
public
string
$source;
public
object
$object;
public
$value;
}
There are no user contributed notes for this page.