aboutsummaryrefslogtreecommitdiffstats
path: root/src/wait/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wait/mod.rs')
-rw-r--r--src/wait/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wait/mod.rs b/src/wait/mod.rs
new file mode 100644
index 0000000..63a083b
--- /dev/null
+++ b/src/wait/mod.rs
@@ -0,0 +1,5 @@
+mod child;
+mod thread;
+
+pub use child::*;
+pub use thread::*;