Skip to content

Cleanup unsafe synchronization primitives in core #6387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 13, 2013

Conversation

brson
Copy link
Contributor

@brson brson commented May 10, 2013

r? @pcwalton

  • Move SharedMutableState, LittleLock, and Exclusive from core::unstable to core::unstable::sync
  • Modernize the SharedMutableState interface with methods
  • Rename SharedMutableState to UnsafeAtomicRcBox to match RcBox.

bors added a commit that referenced this pull request May 13, 2013
r? @pcwalton

* Move `SharedMutableState`, `LittleLock`, and `Exclusive` from `core::unstable` to `core::unstable::sync`
* Modernize the `SharedMutableState` interface with methods
* Rename `SharedMutableState` to `UnsafeAtomicRcBox` to match `RcBox`.
@bors bors closed this May 13, 2013
@bors bors merged commit 369231b into rust-lang:incoming May 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants