1
Fork 0

core: Move Exclusive and SharedMutableState to the private mod

This commit is contained in:
Brian Anderson 2012-09-18 14:51:40 -07:00
parent 2ac64d91ac
commit d53cfd225a
9 changed files with 428 additions and 429 deletions

View file

@ -6,7 +6,7 @@
* between tasks.
*/
use unsafe::{SharedMutableState, shared_mutable_state,
use private::{SharedMutableState, shared_mutable_state,
clone_shared_mutable_state, unwrap_shared_mutable_state,
get_shared_mutable_state, get_shared_immutable_state};
use sync::{Mutex, mutex_with_condvars,