async and await

A brief overview of async and await.

About async and await

The async and await keywords were added in Python 3.5 to define a native coroutine and make them a distinct type when compared with a generator based coroutine.

Get hands-on with 1200+ tech skills courses.