summary refs log tree commit diff
path: root/src/libcore/pipes.rs
AgeCommit message (Expand)AuthorLines
2012-07-06Select on pipes.Eric Holk-22/+120
2012-07-06Port future to pipes. Graph500 is about 21% faster now.Eric Holk-0/+19
2012-07-06Pipes sleep and wake properly.Eric Holk-8/+42
2012-07-06Enabling pipes for all stages, and updating closure syntax.Eric Holk-1/+1
2012-07-06Moved pipes runtime support to libcore, and add a test that will help verify ...Eric Holk-0/+207