diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2012-04-17 12:05:04 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-20 15:23:22 -0700 |
| commit | 83ae83c3b3ae1fa5b12465ef8ad16047a68f71e3 (patch) | |
| tree | bd089b392b65da208ef256607d88866a1cecc07d /src/libstd/std.rc | |
| parent | 253fad77883869511e2030352e86904ac2165d7c (diff) | |
| download | rust-83ae83c3b3ae1fa5b12465ef8ad16047a68f71e3.tar.gz rust-83ae83c3b3ae1fa5b12465ef8ad16047a68f71e3.zip | |
uv::hl::get_global_loop() -> uv::global_loop::get()
- moved global loop tests, as well.. will add tests in uv_hl that encompass rolling your own high_level_loop via uv::hl::run_high_level_loop() - also whitespace cleanups and misc warning cleanup.. - doesn't work on 32bit linux
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 ab7128f4768..cd9dfdc7fd7 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -28,6 +28,7 @@ mod net; mod uv; mod uv_ll; mod uv_hl; +mod uv_global_loop; // Utility modules |
