Available on all targets
new()
push(handleImmediate:() ‑> Void):Void
Schedule a callback that will be run when flush() is called
flush():Bool
Execute and flush every awaiting callback, including the ones that could have been added with push() after executing the existing callbacks.
push()