Skip to content

Commit d6619e1

Browse files
Add upgrade instruction for tapAsync
1 parent 2145676 commit d6619e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/User/Project/Upgrading-0.8-to-0.9.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,3 +390,5 @@ new release is `parConcatMap`. The config argument in `parConcatMap` can
390390
specify an equivalent of the combining operation. Similarly, concurrent
391391
`concatFoldableWith`, `concatMapFoldableWith`, `concatForFoldableWith` can also
392392
be expressed using `parConcatMap`.
393+
394+
The equivalent of `tapAsync` is `tap` with a `parBuffered` fold.

0 commit comments

Comments
 (0)