FutureIteratorClassFutureIterator aggregates @{class:Future}s and allows you to respond to them
in the order they resolve. This is useful because it minimizes the amount of
time your program spends waiting on parallel processes.FutureIteratorClassFutureIterator aggregates @{class:Future}s and allows you to respond to them
in the order they resolve. This is useful because it minimizes the amount of
time your program spends waiting on parallel processes.