diff options
| author | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-10 18:20:03 -0400 |
|---|---|---|
| committer | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-10 20:53:09 -0400 |
| commit | 42825fbea659b555e7624c5a4f2e0f5bc3264c24 (patch) | |
| tree | f47d59b917b8482267144b54b35fad7352f10505 /src/libstd/std.rc | |
| parent | 4808d59909b9350fcb557ec7e6f0ce21c505e803 (diff) | |
| download | rust-42825fbea659b555e7624c5a4f2e0f5bc3264c24.tar.gz rust-42825fbea659b555e7624c5a4f2e0f5bc3264c24.zip | |
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 4f7cdecaebe..bc3c6fb6513 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -45,6 +45,10 @@ mod uv_global_loop; mod c_vec; mod timer; +// Concurrency + +mod sync; +mod arc; // Collections |
