]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys_common/mod.rs
Move thread parker to sys_common.
[rust.git] / library / std / src / sys_common / mod.rs
index 28cdfefb12a08b76742746c3582e89efe56edd2d..234b257aa926e834666398a9a27796e05b12a871 100644 (file)
@@ -66,6 +66,7 @@ macro_rules! rtunwrap {
 pub mod thread_info;
 pub mod thread_local_dtor;
 pub mod thread_local_key;
+pub mod thread_parker;
 pub mod util;
 pub mod wtf8;