TaskChain
TaskChain copied to clipboard
TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async).
Provide an API that can take a queue, and provide a queue processor. Sync option: parameters to configure # of elements of the queue to process per run, and how...
any data wrapper based method should be able to return a DataWrappedChain. There should be a chain for 2-6 of each data class. The chains should provide extra methods so...
Added Folia module which utilizes GlobalRegionScheduler.
Will you support folia? Any plans to add Folia support? The project hasn't been updated in quite some time and I am curious if it is abandoned. I find it...