Contribute Media
A thank you to everyone who makes this possible: Read More

AsyncIO Connections: Coroutines (Streams) vs Callbacks (Protocols)

Description

Standard Python library Asyncio offers both, coroutines and callbacks, APIs for setting up client or server connections. Let's briefly present both APIs with examples and go through ups and downs of each solution.

Details

Improve this page