mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
feat(std/async): add pooledMap utility (#6898)
This commit is contained in:
parent
c691713394
commit
1b60840f28
3 changed files with 66 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
|||
export * from "./deferred.ts";
|
||||
export * from "./delay.ts";
|
||||
export * from "./mux_async_iterator.ts";
|
||||
export * from "./pool.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue