Run coroutines as thread-like background tasks.
View Documentation
Enhance your coroutines with a range of useful extra functionality!
- Set frame budgets and run coroutines as thread-like background tasks.
- Cancel running coroutines
- Control background tasks with priorities
- Return values from your coroutines
- Chain coroutines together, and have them wait on each other
- Easily set conditions for automatically pausing and unpausing your coroutines.