Asyncio: understanding async and await in Python

by Jonathan Slenders At: FOSDEM 2020 Often when asyncio is discussed, people think of it as a high performance concurrency programming paradigm for Python. In this talk however, we approach asyncio from a different angle, one that will possibly help some of you to finally get what asyncio is about. it’s not only about performance, but at least as much about correctness and readability of concurrent applications. Concurrency is hard to get righ
Back to Top