When an event loop has an available event to execute.
Available on neko, cs, java, python, cpp, hl
There's already an event waiting to be executed
Available on neko, cs, java, python, cpp, hl
No new events are expected.
Available on neko, cs, java, python, cpp, hl
An event is expected to arrive at any time.
If time
is specified, then the event will be ready at that time for sure.
Available on neko, cs, java, python, cpp, hl
An event is expected to be ready for execution at time
.