mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(async): add module example (#4465)
This commit is contained in:
parent
e7cf89d55d
commit
09a04d8056
@ -4,6 +4,12 @@
|
||||
* Provide help with asynchronous tasks like delays, debouncing, deferring, or
|
||||
* pooling.
|
||||
*
|
||||
* ```ts
|
||||
* import { delay } from "https://deno.land/std@$STD_VERSION/async/delay.ts";
|
||||
*
|
||||
* await delay(100); // waits for 100 milliseconds
|
||||
* ```
|
||||
*
|
||||
* @module
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user