| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-23 | sync: Introduce new wrapper types for locking | Alex Crichton | -0/+816 | |
| This introduces new synchronization types which are meant to be the foundational building blocks for sharing data among tasks. The new Mutex and RWLock types have a type parameter which is the internal data that is accessed. Access to the data is all performed through the guards returned, and the guards all have autoderef implemented for easy access. | ||||
