Fallout from new thread API

This commit is contained in:
Aaron Turon
2014-12-06 18:34:37 -08:00
parent 14c1a103bc
commit 43ae4b3301
51 changed files with 323 additions and 439 deletions

View File

@@ -229,6 +229,8 @@ pub mod hash;
/* Threads and communication */
pub mod task;
#[allow(missing_docs)]
pub mod thread;
pub mod sync;
pub mod comm;