Class MicrotaskQueue
Inheritance
System.Object
MicrotaskQueue
Namespace: Unity.UIWidgets.async
Syntax
public class MicrotaskQueue
Methods
flushMicrotasks()
Declaration
public void flushMicrotasks()
scheduleMicrotask(Action)
Declaration
public void scheduleMicrotask(Action action)
Parameters
Type | Name | Description |
---|---|---|
System.Action | action |