Handle failure conditions correctly in pipes.

This commit is contained in:
Eric Holk
2012-07-10 10:58:44 -07:00
parent d07e537fc3
commit 26e6eb3d14
6 changed files with 48 additions and 19 deletions

View File

@@ -46,6 +46,7 @@ export future_result;
export future_task;
export unsupervise;
export run_listener;
export run_with;
export spawn;
export spawn_with;