summary refs log tree commit diff
path: root/src/libsync/one.rs
AgeCommit message (Collapse)AuthorLines
2014-03-23sync: Move Once to using &selfAlex Crichton-0/+168
Similarly to the rest of the previous commits, this moves the once primitive to using &self instead of &mut self for proper sharing among many threads now.