From 1b60840f286bc0203a3bd2900f67557a8ff2c3f6 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 29 Jul 2020 02:44:34 +0200 Subject: feat(std/async): add pooledMap utility (#6898) --- std/async/mod.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'std/async/mod.ts') 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"; -- cgit v1.2.3