Skip to content

Commit aedc4b3

Browse files
committed
Promote the Cleaner api use in readme.
1 parent 32e24bf commit aedc4b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)