diff options
| author | Eric Holk <eric.holk@gmail.com> | 2012-07-10 10:58:44 -0700 |
|---|---|---|
| committer | Eric Holk <eric.holk@gmail.com> | 2012-07-10 22:00:47 -0700 |
| commit | 26e6eb3d14d7ff3bcbfa5ca442a6928776982e98 (patch) | |
| tree | 81a017f6b8e77536ec47fb0b9045c34979edeec9 /src/libcore/task.rs | |
| parent | d07e537fc3daaf73b7baf652e13ee2d36706258e (diff) | |
| download | rust-26e6eb3d14d7ff3bcbfa5ca442a6928776982e98.tar.gz rust-26e6eb3d14d7ff3bcbfa5ca442a6928776982e98.zip | |
Handle failure conditions correctly in pipes.
Diffstat (limited to 'src/libcore/task.rs')
| -rw-r--r-- | src/libcore/task.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/task.rs b/src/libcore/task.rs index 45ed620b30e..3d05611aa98 100644 --- a/src/libcore/task.rs +++ b/src/libcore/task.rs @@ -46,6 +46,7 @@ export future_result; export future_task; export unsupervise; export run_listener; +export run_with; export spawn; export spawn_with; |
