Skip to content

Commit

Permalink
Add references to the pap function to the ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaq committed Jan 7, 2020
1 parent 95fb0f3 commit 9925240
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ for sponsoring the project.
- [`chainRej`: Asynchronously process the failure value in a Future](#chainrej)
- [`coalesce`: Coerce success and failure values into the same success value](#coalesce)
- [`ap`: Combine the success values of multiple Futures using a function](#ap)
- [`pap`: Combine the success values of multiple Futures in parallel using a function](#pap)
- [`and`: Logical *and* for Futures](#and)
- [`alt`: Logical *or* for Futures](#alt)
- [`lastly`: Run a Future after the previous settles](#lastly)
Expand All @@ -197,6 +198,7 @@ for sponsoring the project.

<details><summary>Concurrency related utilities and data structures</summary>

- [`pap`: Combine the success values of multiple Futures in parallel using a function](#pap)
- [`race`: Race two Futures against each other](#race)
- [`both`: Await both success values from two Futures](#both)
- [`parallel`: Await all success values from many Futures](#parallel)
Expand Down

0 comments on commit 9925240

Please sign in to comment.