Slide 13
Slide 13 text
What is asyncio?
Module; part of the standard
library. Pluggable event-loop.
Collection of tools for other
frameworks to use; no http
implementation, no database
drivers...etc.
Interfaces, factories, futures,
tasks, subprocess.
Simple and easy to learn.
Really tho!