rust/src/libsync
bors d98668a559 auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton
- adds a `LockGuard` type returned by `.lock` and `.trylock` that unlocks the mutex in the destructor
- renames `mutex::Mutex` to `StaticNativeMutex` 
- adds a `NativeMutex` type with a destructor
- removes `LittleLock`
- adds `#[must_use]` to `sync::mutex::Guard` to remind people to use it
2014-02-15 15:21:28 -08:00
..
sync auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton 2014-02-15 15:21:28 -08:00
arc.rs move concurrent stuff from libextra to libsync 2014-02-05 11:56:04 -05:00
comm.rs move concurrent stuff from libextra to libsync 2014-02-05 11:56:04 -05:00
future.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
lib.rs Added missing export of CowArc 2014-02-07 21:47:23 -05:00
task_pool.rs move concurrent stuff from libextra to libsync 2014-02-05 11:56:04 -05:00