This example iterates over PriceGraph offers concurrently and prints only
those whose price is cheaper than the low price of the offer.
(The price is considered low by Google Flights)
This example is the same as Example 2, but it sends requests concurrently.