ActionQueue is a lightweight, generic action sequencer for Unity. It helps make it easier to manage complex asynchronous call chains. You can use it for animations ...
A Unity Lock-free queue sample with the dispatcher pattern A sample showing a lock-free queqe implemented with the Circular Queue pattern and a Unity Dispatcher Pattern implementation ...