Skip to content

Commit 46ae54b

Browse files
committed
Update README
1 parent ae32a8e commit 46ae54b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ This library provides
131131
- [asyncReduce](https://mtj0928.github.io/swift-async-operations/documentation/asyncoperations/swift/sequence/asyncreduce(into:_:))
132132
- AsyncSequence
133133
- [asyncForEach](https://mtj0928.github.io/swift-async-operations/documentation/asyncoperations/_concurrency/asyncsequence/asyncforeach(numberofconcurrenttasks:priority:_:))
134+
- Optional
135+
- [asyncMap](https://mtj0928.github.io/swift-async-operations/documentation/asyncoperations/swift/optional/asyncmap(_:))
136+
- [asyncFlatMap](https://mtj0928.github.io/swift-async-operations/documentation/asyncoperations/swift/optional/asyncflatmap(_:))
134137

135138
### Ordered Task Group
136139
The original utility function `withTaskGroup` and `withThrowingTaskGroup` don't ensure the order of `for await`.

0 commit comments

Comments
 (0)