Photomechanics API
|
FIFO tasks serial queue. Enqueued task will be processed one at time. Uses similar approach as https://github.com/Gentlee/SerialQueue modified to handle async actions instead. More...
Public Member Functions | |
Task | Enqueue (Func< Task > asyncFunction) |
Enqueue action with result. | |
FIFO tasks serial queue. Enqueued task will be processed one at time. Uses similar approach as https://github.com/Gentlee/SerialQueue modified to handle async actions instead.