AsyncIO talk slides
AsyncIO is in Python’s standard library since version 3.4, providing infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources
Slides about AsyncIO talk given at PyWeb-IL 52 meeting are available at the Talks and presentations page.
Translations