summaryrefslogtreecommitdiff
path: root/std/async/mod.ts
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2020-07-29 02:44:34 +0200
committerGitHub <noreply@github.com>2020-07-29 02:44:34 +0200
commit1b60840f286bc0203a3bd2900f67557a8ff2c3f6 (patch)
treedc11c98ca3eae7ee35697dc556f50acab7802b2d /std/async/mod.ts
parentc6917133942c791480cd2aec7297b2a2ee623059 (diff)
feat(std/async): add pooledMap utility (#6898)
Diffstat (limited to 'std/async/mod.ts')
-rw-r--r--std/async/mod.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/async/mod.ts b/std/async/mod.ts
index 9efead91d..ad4ab5156 100644
--- a/std/async/mod.ts
+++ b/std/async/mod.ts
@@ -2,3 +2,4 @@
export * from "./deferred.ts";
export * from "./delay.ts";
export * from "./mux_async_iterator.ts";
+export * from "./pool.ts";