composewell / streamly

High performance, concurrent functional programming abstractions
https://streamly.composewell.com
Other
849 stars 63 forks source link

Add a "final" action in streams #2712

Open harendra-kumar opened 5 months ago

harendra-kumar commented 5 months ago

Like in folds we need a finalization action in stream as well so that we do not rely on GC to clean up the streams. With an explicit finalization action streams can be cleaned up promptly.