deno.land / std@0.166.0 / async / mod.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
/** * Provide help with asynchronous tasks like delays, debouncing, deferring, or * pooling. * * @module */
export * from "./abortable.ts";export * from "./deadline.ts";export * from "./debounce.ts";export * from "./deferred.ts";export * from "./delay.ts";export * from "./mux_async_iterator.ts";export * from "./pool.ts";export * from "./tee.ts";
std

Version Info

Tagged at
a year ago