core: Move Exclusive and SharedMutableState to the private mod
This commit is contained in:
parent
2ac64d91ac
commit
d53cfd225a
9 changed files with 428 additions and 429 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue