🛡️💎🗄️ 2023-09-26: dyco-coroutine v2.1.1 released today!
- Support new API
int
dyco_coroutine_checkStack()` for dynamic stack usage checking. - Support new API
void dyco_coroutine_abort()
for coroutine aborting without affect other coroutines. - Example for these new APIs.
- Solve bug: 100% CPU of
dyco_coroutine_sleep()
. By echoechoin.