1
Fork 0

core: Use PortOne instead of Future in future_result

This commit is contained in:
Brian Anderson 2012-10-22 19:01:37 -07:00
parent f6d2a71436
commit 3e4b2bd2b2
15 changed files with 21 additions and 23 deletions

View file

@ -651,7 +651,7 @@ mod tests {
}
// Wait for children to pass their asserts
for vec::each(children) |r| { future::get(r); }
for vec::each(children) |r| { r.recv(); }
// Wait for writer to finish
p.recv();