mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(async): improve module docs (#5039)
This commit is contained in:
parent
df27fe8ad0
commit
d3f31b4a46
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user