From a785f3fc95752dc2cfced5e7ccef710e189acb9c Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Wed, 16 May 2012 09:47:00 -0700 Subject: Adding a module with parallel vector operations. This should go in libstd, but currently resolve bugs make this not work. --- src/libstd/std.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstd/std.rc') diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 40a03ae25c2..f25ceb87c3c 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -19,6 +19,7 @@ export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap; export rope, arena; export ebml, dbg, getopts, json, rand, sha1, term, time, prettyprint; export test, tempfile, serialization; +export par; // General io and system-services modules @@ -58,6 +59,7 @@ mod getopts; mod json; mod sha1; mod md4; +mod par; mod tempfile; mod term; mod time; -- cgit 1.4.1-3-g733a5