diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-07-29 02:44:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 02:44:34 +0200 |
commit | 1b60840f286bc0203a3bd2900f67557a8ff2c3f6 (patch) | |
tree | dc11c98ca3eae7ee35697dc556f50acab7802b2d /std/async/mod.ts | |
parent | c6917133942c791480cd2aec7297b2a2ee623059 (diff) |
feat(std/async): add pooledMap utility (#6898)
Diffstat (limited to 'std/async/mod.ts')
-rw-r--r-- | std/async/mod.ts | 1 |
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"; |