about summary refs log tree commit diff
path: root/src/libsync/arc.rs
AgeCommit message (Collapse)AuthorLines
2014-02-16Remove Freeze bounds from sync::MutexArcKevin Ballard-72/+33
With Rc no longer trying to statically prevent cycles (and thus no longer using the Freeze bound), it seems appropriate to remove that restriction from MutexArc as well.
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-0/+1074