core: Use PortOne instead of Future in future_result
This commit is contained in:
parent
f6d2a71436
commit
3e4b2bd2b2
15 changed files with 21 additions and 23 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue