Static methods

staticpush(handleImmediate:() ‑> Void):Void

Schedule a callback that will be run when flush() is called

staticflush():Bool

Execute and flush every awaiting callback, including the ones that could have been added with push() after executing the existing callbacks.