std: Add flatpipes

This commit is contained in:
Brian Anderson 2012-11-25 14:12:21 -08:00
parent 72f8a03cfb
commit ec9305802b
2 changed files with 1004 additions and 0 deletions

1003
src/libstd/flatpipes.rs Normal file

File diff suppressed because it is too large Load Diff

View File

@ -65,6 +65,7 @@ pub mod arc;
pub mod comm;
pub mod future;
pub mod task_pool;
pub mod flatpipes;
// Collections