Skip to content

AsyncAlgorithms 1.0.4

Latest
Compare
Choose a tag to compare
@phausler phausler released this 11 Aug 21:49
· 2 commits to main since this release
042e1c4

This is a minor version updated in preparation for transitioning development to 1.1. This marks a milestone of a stable release and incudes a few minor updates since the 1.0 release.

Fixes

  • A deadlock condition was resolved in .buffer(...) #303
  • The last element of reduction in the throttle is emitted and use appropriate delay #292

Changes

  • AsyncAlgorithms now supports being listed in the package index #297
  • Throttle was removed from public interfaces since the behavior was not fully ratified by review #296
  • Iterators can no longer be treated as Sendable types. #280

The 1.0.4 release contains contributions from adam-fowler, erichoracek, finagolfin, FranzBusch, glbrntt, kateinoigakukun, leogdion, orobio, qwerty3345, and shahmishal. Thank you!