move concurrent stuff from libextra to libsync
This commit is contained in:
parent
ed885e35fe
commit
dd21a51d29
48 changed files with 224 additions and 145 deletions
|
@ -41,7 +41,7 @@ use std::io::{fs, File, BufferedWriter};
|
|||
use std::str;
|
||||
use std::vec;
|
||||
|
||||
use extra::arc::Arc;
|
||||
use sync::Arc;
|
||||
use extra::json::ToJson;
|
||||
use syntax::ast;
|
||||
use syntax::attr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue