Dart Computer Programming for Intermediates: Futures 02 Async / Await

Published: 24 October 2016
on channel: Dash to Dartlang
2,580
47

In this video, we learn to use async and await. These are used to simplify and complement the use of Futures. Using async can be helpful if you know there is a delay in returning a method, and await is used if you must wait for the method to finish before moving on.

Unfortunately, this is not a good example in how async/await works. Please skip to the next videos on Futures. I am confusing Futures and Parallel programming here.