Slide 58
Slide 58 text
● Use AnyIO
○ Compatible with both Asyncio and Trio
○ Structured concurrency (task groups)
● Maybe try Asyncer
○ AnyIO + types: autocompletion, inline errors
● Trio
○ Structured concurrency (task groups)
● Asyncio
○ Comes with Python
○ Next versions with task groups
❓ Libraries, what to use
@tiangolo