DEV Community

Tankala Ashok
Tankala Ashok

Posted on

Asyncio in Python Tutorial

asyncio is an amazing option if you are planning to manage many waiting tasks like IO operations. In this video, Tim Ruscica covered 5 key concepts of asyncio which is worth watching. In this video, some of them you might already know like tasks and event loop but some of them you might not know which are future, lock and semaphore.

Top comments (0)