Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 219 Bytes

notes.md

File metadata and controls

6 lines (3 loc) · 219 Bytes

Suggestions from Andy:

In concurrent-futures there is another solution without cats - you could use Future.sequence: Future.sequence(List("apple", "banana", "cherry").map(findFruit)).map(_.foreach(println)))