prev <<
Frameworkless Async API
>> next
Sequential vs Parallel vs Async
async
Start to do one thing
Start to do another thing
Wait for things to finish, while doing things in between
Futures, Promises
One process