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 sample showing a lock-free queqe implemented with the Circular Queue pattern and a Unity Dispatcher Pattern implementation ...