Links tagged “await”
2 links, newest first.
jakearchibald.com
An explanation of async functions and await, showing how they collapse promise chains into code that reads sequentially.
snarky.ca
A walk through how async/await is built in Python 3.5, from generators and yield from to coroutines, ending with a minimal event loop written from scratch.

