summaryrefslogtreecommitdiff
path: root/std/async/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/async/mod.ts')
-rw-r--r--std/async/mod.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/std/async/mod.ts b/std/async/mod.ts
new file mode 100644
index 000000000..9efead91d
--- /dev/null
+++ b/std/async/mod.ts
@@ -0,0 +1,4 @@
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+export * from "./deferred.ts";
+export * from "./delay.ts";
+export * from "./mux_async_iterator.ts";