Skip to content

Releases: piaodazhu/dyco-coroutine

dyco-coroutine v2.1.1

27 Sep 02:32
a40613b
Compare
Choose a tag to compare

🛡️💎🗄️ 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.

dyco-coroutine v2.1.0

13 Nov 05:42
Compare
Choose a tag to compare

☄️🦄🌈 2022-11-13: dyco-coroutine v2.1.0 released today!

Updates:

  1. 2-level priority scheduling to support urgent coroutine.
  2. Adjusted the behaviors of the scheduler to make it more reasonable.
  3. Recorrect the performance evaluation.
  4. libdyco now can be linked with Cpp code.
  5. Improve the documents, and fix some bugs.

dyco-coroutine v2.0.0

10 Nov 09:46
Compare
Choose a tag to compare

☄️🪵🔥 2022-11-10: dyco-coroutine v2.0.0 released today!
Updates:

  1. Build the testbench and conduct the performance evaluation.
  2. Add some debug macros.
  3. Add some security patches for better robust.
  4. Improve the documents. Bring some new plans in future works.

dyco-coroutine v1.2.0

05 Nov 07:43
Compare
Choose a tag to compare

2022-11-05: v1.2.0 released!

☄️🥳🎸 2022-11-05: dyco-coroutine v1.2.0 released today!
Updates:

  1. Support Asymmetric Coroutine & Asymmetric Coroutines Pool for manual scheduling.
  2. Adjust scheduler loop policy for better event reaction.
  3. Better multi-platform support.
  4. Support Meson build.
  5. Fix some bugs.
  6. Improve the documents. Bring some new plans in future works.

dyco-coroutine v1.1.0

29 Oct 10:05
Compare
Choose a tag to compare

☄️🌎💥 2022-10-29: dyco-coroutine v1.1.0 released today!
Updates:

  1. Support Coroutines Pool for better performance.
  2. Support poll() hook.
  3. libdyco is build and can be linked easily.
  4. Fix some bugs.
  5. Improve the documents. Bring some new plans in future works.

dyco-coroutine v1.0.0

20 Oct 16:22
Compare
Choose a tag to compare

☄️ First release of dyco-coroutine.