rust/src/libstd/sync
Alex Crichton 9cbbfee8a4 rollup merge of #20264: nagisa/threadrng
Since runtime is removed, rust has no tasks anymore and everything is moving
from being task-* to thread-*. Let’s rename TaskRng as well!

This is a breaking change. If a breaking change for consistency is not desired, feel free to close.
2014-12-29 16:36:29 -08:00
..
atomic.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
barrier.rs std: Return Result from RWLock/Mutex methods 2014-12-29 09:18:09 -08:00
condvar.rs std: Stabilization pass for mutex/rwlock/condvar 2014-12-29 14:41:30 -08:00
future.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
mod.rs std: Stabilization pass for mutex/rwlock/condvar 2014-12-29 14:41:30 -08:00
mutex.rs std: Stabilization pass for mutex/rwlock/condvar 2014-12-29 14:41:30 -08:00
once.rs Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
poison.rs std: Stabilization pass for mutex/rwlock/condvar 2014-12-29 14:41:30 -08:00
rwlock.rs rollup merge of #20264: nagisa/threadrng 2014-12-29 16:36:29 -08:00
semaphore.rs std: Return Result from RWLock/Mutex methods 2014-12-29 09:18:09 -08:00
task_pool.rs rollup merge of #20248: steveklabnik/gh20038 2014-12-29 16:36:20 -08:00