File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
136139The original utility function ` withTaskGroup ` and ` withThrowingTaskGroup ` don't ensure the order of ` for await ` .
You can’t perform that action at this time.
0 commit comments