Skip to content

dyco-coroutine v2.1.1

Latest
Compare
Choose a tag to compare
@piaodazhu piaodazhu released this 27 Sep 02:32
a40613b

🛡️💎🗄️ 2023-09-26: dyco-coroutine v2.1.1 released today!

  1. Support new API int dyco_coroutine_checkStack()` for dynamic stack usage checking.
  2. Support new API void dyco_coroutine_abort() for coroutine aborting without affect other coroutines.
  3. Example for these new APIs.
  4. Solve bug: 100% CPU of dyco_coroutine_sleep(). By echoechoin.