Forwarded from SCP Foundation Rus
#167 Simplifying Python's Async with Trio https://talkpython.fm/episodes/show/167/simplifying-python-s-async-with-trio
talkpython.fm
Simplifying Python's Async with Trio
Ever since Python 3.5 was released, we've had a really powerful way to write I/O bound async code using the async and await keywords.