Skip to content

Releases: simonschmidt/gevent-pipeline

Bugfix for `Pipeline.filter` and new sort feature

29 May 18:38
Compare
Choose a tag to compare
  • Default maxsize on output queue to prevent pile up of work
  • Pipeline.sort that waits for all previous work and provides the sorted result to the next stage
  • Bugfix: using Pipeline.filter None was always filtered out