From 988695a96cee1eb825435260a1874b8daa0e590a Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 11 Aug 2010 21:23:34 -0700 Subject: Added support for task sleeping in the scheduler. --- src/lib/std.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/std.rc') diff --git a/src/lib/std.rc b/src/lib/std.rc index 8c956691..c2a2cf0c 100644 --- a/src/lib/std.rc +++ b/src/lib/std.rc @@ -15,6 +15,7 @@ mod _str; mod _io; mod sys; +mod _task; // Utility modules. @@ -25,6 +26,7 @@ mod util; auth _io = unsafe; auth _str = unsafe; auth _vec = unsafe; +auth _task = unsafe; auth _int.next_power_of_two = unsafe; auth map.mk_hashmap = unsafe; -- cgit v1.2.3