pekko
pekko copied to clipboard
Add Flow#gather
Motivation:
The current statefulMap can introduce some allocations, but the gather API will not, seems as the JDK 24's gather API.
refs: https://github.com/smallrye/smallrye-mutiny/pull/1845/files refs: https://github.com/smallrye/smallrye-mutiny/issues/1597
One problem is, the statefulMap operator already covers such thing....