From 676e0290ed4d306e6d7b517de1409c109309a0b2 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 3 Feb 2013 18:15:43 -0800 Subject: core: Add rt mod and add the new scheduler code --- src/libstd/std.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libstd/std.rc') diff --git a/src/libstd/std.rc b/src/libstd/std.rc index a3b18e50df2..85e914a60a1 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -36,6 +36,8 @@ not required in or otherwise suitable for the core library. extern mod core(vers = "0.6"); use core::*; +pub use uv_ll = core::unstable::uvll; + // General io and system-services modules pub mod net; @@ -45,7 +47,6 @@ pub mod net_url; // libuv modules pub mod uv; -pub mod uv_ll; pub mod uv_iotask; pub mod uv_global_loop; -- cgit 1.4.1-3-g733a5