Skip to content

v2.3.0

Compare
Choose a tag to compare
@ioquatix ioquatix released this 04 Dec 05:07
· 188 commits to main since this release
2384796

What's Changed

  • Convert tests to sus. by @ioquatix in #188
  • Use a linked list for the barrier implementation. by @ioquatix in #192
  • Add a concurrency primitive for waiting for a specific number of tasks to complete. by @ioquatix in #189
  • Better support for Fiber.set_scheduler. by @ioquatix in #194
  • Rename Async::LimitedBarrier to Async::Waiter based on feedback. by @ioquatix in #196
  • Relax io-event dependency. by @ioquatix in #200
  • Implement semaphore using linked list. by @ioquatix in #203

Full Changelog: v2.2.1...v2.3.0