diff options
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"; |