#167: Simplifying Python's Async with Trio

Talk Python To Me

Episode | Podcast

Date: Fri, 29 Jun 2018 00:00:00 -0800

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.