diff options
| author | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-10 20:46:19 -0400 |
|---|---|---|
| committer | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-10 20:53:09 -0400 |
| commit | 0eae571389b0124eae4b33ae532788cff735da07 (patch) | |
| tree | 60e849f5a1341e542973ef8872043101654580a7 /src/libstd/std.rc | |
| parent | 42825fbea659b555e7624c5a4f2e0f5bc3264c24 (diff) | |
| download | rust-0eae571389b0124eae4b33ae532788cff735da07.tar.gz rust-0eae571389b0124eae4b33ae532788cff735da07.zip | |
Implement mutex_arc and rw_arc; add some tests
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index bc3c6fb6513..dfc659781de 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -18,6 +18,7 @@ import core::*; export net, net_tcp, net_ip, net_url; export uv, uv_ll, uv_iotask, uv_global_loop; export c_vec, timer; +export sync, arc; export bitv, deque, fun_treemap, list, map; export smallintmap, sort, treemap; export rope, arena, par; |
