We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a7ca2 commit e469dbcCopy full SHA for e469dbc
1 file changed
core/docs/Changelog.md
@@ -10,6 +10,9 @@
10
11
### Enhancements
12
13
+* Add APIs for prompt cleanup of allocated resources as well as cleanup of
14
+ concurrent threads. You can choose to use guaranteed prompt cleanup over GC
15
+ based cleanup by using the new APIs.
16
* Add several new concurrent combinators for folds in
17
`Streamly.Data.Fold.Prelude`.
18
* Add `Streamly.Data.Scanl` module is added for the new `Scanl` type. Composable
0 commit comments