Immediate
clay.Immediate (Class)
Static Members
push(handleImmediate: Function): VoidSchedule a callback that will be run when flush() is called
| Name | Type |
|---|---|
handleImmediate |
Function |
flush(): BoolExecute and flush every awaiting callback, including the ones that
could have been added with push() after executing the existing callbacks.
| Returns |
|---|
| Bool |
Private Members
immediateCallbacks: Array<Function>immediateCallbacksCapacity: IntimmediateCallbacksLen: Int