stopper

an async stream and future stopper mechanism

APACHE-2.0 License

Downloads
121K
Stars
4
Committers
1

Bot releases are visible (Hide)

stopper - v0.2.8 Latest Release

Published by github-actions[bot] 5 months ago

Fixed

  • do not immediately register event listener

Other

  • add loom tests and enable miri

  • (deps) bump codecov/codecov-action from 4.2.0 to 4.3.0
  • (deps) bump codecov/codecov-action from 4.1.1 to 4.2.0
  • (deps) bump actions/configure-pages from 4 to 5
  • (deps) bump codecov/codecov-action from 4.1.0 to 4.1.1
  • (actions) disable miri for now
  • (deps) bump codecov/codecov-action from 4.0.1 to 4.1.0
  • add coverage to readme
  • (actions) move coverage job into ci workflow
  • (actions) fix coverage workflow job name
  • (actions) add coverage and use cargo miri nextest run
stopper - v0.2.7

Published by github-actions[bot] 7 months ago

Fixed

  • correct usage of EventListener for scenarios that involve multiple wakes

Other

  • (deps) bump actions/checkout from 3 to 4
  • update readme and docs
  • fix edition
stopper - v0.2.6

Published by github-actions[bot] 8 months ago

Fixed

  • correctly delegate Stream::size_hint to the inner Stream
stopper - v0.2.5

Published by github-actions[bot] 8 months ago

Other

  • (actions) add miri test
  • (deps) upgrade to event-listener 5
  • (legal) add licenses
  • (actions) add dependabot
  • (actions) fix docs workflow
  • (actions) use rust-cache in ci.yml
stopper - v0.2.4

Published by github-actions[bot] 9 months ago

Added

  • stopper can be awaited

Other

  • use release-plz
stopper - v0.2.3

Published by jbr 11 months ago

This release upgrades to event-listener 4.0.0

stopper - v0.2.2

Published by jbr about 1 year ago

What's Changed

Full Changelog: https://github.com/jbr/stopper/compare/v0.2.1...v0.2.2

stopper - v0.2.1

Published by jbr about 1 year ago

What's new

This patch release switches the internals from using async-std's WakerSet to event-listener