Skip to content

Releases: socketry/async

v2.3.0

04 Dec 05:07
2384796
Compare
Choose a tag to compare

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

v2.2.0

13 Oct 09:58
8748bf0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

05 Sep 06:48
88fc3fa
Compare
Choose a tag to compare

What's Changed

  • Make it possible to wrap/intercept task setup. by @ioquatix in #177

Full Changelog: v2.0.3...v2.1.0

v2.0.1

13 Mar 02:59
d1271fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

Async is dead. Long live Async.

25 Dec 21:14
cc7c62b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.29.1...v2.0.0