File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern)
1919- :+1 : ` java.util.concurrent.Flow ` -based implementation.
2020- :+1 : Virtual Thread support; ` virtualCreate() ` , ` virtualTransform() ` , :eye : ` Schedulers.virtual() ` .
2121- :+1 : New ` Streamable<T> ` built around Virtual Threads & virtual blocking. Think ` IAsyncEnumerable ` for Java. :satellite : in progress.
22+ - :+1 : Using Java Cleaner API to detect resource leaks and using it for adaptive cleanups.
2223- :information_source : Reactive Streams Test Compatibility Kit usage; [ Reactive-Streams] ( https://github.com/reactive-streams/reactive-streams-jvm ) .
2324- :satellite : Rewamp of the javadoc bloat in the base types via ` sealed ` interfaces.
2425- :satellite : Reduce overload bloat by using ` record ` -based configurations.
2526- :satellite : Internal optimizations now that I have the master :key : .
2627- :eye : Possible usages for Scoped variables for context and per-item resource management.
27- - :eye : Possible use for the Java Cleaner API.
2828- :eye : Possible inclusion of 2nd and 3rd party operators.
2929- :eye : Possible inclusion of the Iterable Extensions (Ix) 2nd party library. ju.Stream is sh|t wrt interfacing and composability.
3030- :question : Android compatibility depends on your API level and what desugaring is available.
You can’t perform that action at this time.
0 commit comments