You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
calvinlfer
changed the title
Implement reactive streams interop for Kyo
Feature request: Implement reactive streams interop for Kyo
Nov 30, 2024
hearnadam
changed the title
Feature request: Implement reactive streams interop for Kyo
Stream: interop java.util.concurrent.Flow Reactive Stream
Dec 3, 2024
Originally, this was created just to resolve#764, but since #881 was
requested, I took sometime to create a dedicated PR for it.
This took both ZIO's and Fs2's approaches as the inspiration, and passes
the
[reactive-stream-tck](https://github.com/reactive-streams/reactive-streams-jvm/tree/master/tck-flow)
testcases. I also add some test cases derived from Fs2's codebase.
Hopefully it covers enough.
With this, solving #764 will be more trivial.
Implement support to interop with java.util.concurrent.Flow's Publisher/Subscriber/Subscription to and from Kyo effects
This is a follow-up to #679
For example, see how FS2 Streams does it
The text was updated successfully, but these errors were encountered: