Slide 12
Slide 12 text
Yury Selivanov – @1st1
asyncio: what’s inside?
• Standardized pluggable event loop.
• Interfaces for Protocols and Transports.
• Factories for servers and connections; streams.
• Futures and Tasks: callbacks + coroutines, timeouts,
cancellation, etc.
• Subprocess, queues, synchronisation primitives.