rust/src/libstd/sync
Barosl Lee ff332b6467 Squeeze the last bits of tasks in documentation in favor of thread
An automated script was run against the `.rs` and `.md` files,
subsituting every occurrence of `task` with `thread`. In the `.rs`
files, only the texts in the comment blocks were affected.
2015-05-09 02:24:18 +09:00
..
mpsc Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
barrier.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
condvar.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
future.rs Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
mod.rs Implement reentrant mutexes and make stdio use them 2015-04-08 19:42:16 +03:00
mutex.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
once.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
rwlock.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
semaphore.rs Register new snapshots 2015-04-28 17:23:45 -07:00