When an event loop has an available event to execute.

Values

Now

Available on python, neko, hl, cs, cpp, java

There's already an event waiting to be executed

Never

Available on python, neko, hl, cs, cpp, java

No new events are expected.

AnyTime(time:Null<Float>)

Available on python, neko, hl, cs, cpp, java

An event is expected to arrive at any time. If time is specified, then the event will be ready at that time for sure.

At(time:Float)

Available on python, neko, hl, cs, cpp, java

An event is expected to be ready for execution at time.

Now

Available on macro

Never

Available on macro

AnyTime(time:Null<Float>)

Available on macro

At(time:Float)

Available on macro