Skip to content

v0.0.3 : Remote-cancelation; More fs2-idiomatic construct

Compare
Choose a tag to compare
@Baccata Baccata released this 14 Aug 19:36
· 79 commits to main since this release
64f313d
  • Adds a mechanism to propagate cancellation from client to server
  • Changes the UX so that the concurrent consumption of the streams needs to be handled by the user. It actually makes what's going on a lot clearer.

What's Changed

  • Add logic to propagate CE-cancelation via channels by @Baccata in #3
  • Docs and examples by @Baccata in #4

Full Changelog: v0.0.2...v0.0.3