What is the equivalent of block_on from futures-0.2 in futures-0.1.25?

I can't finding this futures::executor::block_on - Rust in futures-0.1.25.

This needed for me to iterate of on some vector, and run future every iteration.

1 Like