Async programming
Asynchronous programming is the programming of events and processes that run independently of the main program flow
- Async iterators are used to control
async forloops - Async iterables are objects that are traversed using
async forloops - Python has support for async programming with the
asynciolibrary and theasyncandawaitkeywords