Skip to content

Commit

Permalink
update module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NfNitLoop committed Apr 4, 2023
1 parent ad0e56a commit 1aacf19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@
* {@link LazyAsync#mapParUnordered} methods let you explicitly opt in at your
* chosen level of parallelism.
*
* Functional Idioms
* -----------------
*
* You'll find other common Functional Programming idioms on the {@link Lazy}
* and {@link LazyAsync} types, like `associateBy`, `groupBy`, `fold`, `sum`,
* `partition`, etc.
*
* @module
*/

Expand Down

0 comments on commit 1aacf19

Please sign in to comment.