Skip to content

Commit

Permalink
docs(async): improve module docs (#5039)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jun 14, 2024
1 parent df27fe8 commit d3f31b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions async/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
// This module is browser compatible.

/**
* Provide help with asynchronous tasks like delays, debouncing, deferring, or
* pooling.
* Provide helpers with asynchronous tasks like {@linkcode delay | delays},
* {@linkcode debounce | debouncing}, {@linkcode retry | retrying}, or
* {@linkcode pooledMap | pooling}.
*
* ```ts no-assert
* import { delay } from "@std/async/delay";
Expand Down

0 comments on commit d3f31b4

Please sign in to comment.