Await for it: mixing async and blocking code

Talk 60 min

Sebastián Ramírez (tiangolo)
Tips and tricks to properly mix async code with blocking code, using modern libraries, and taking advantage of the new concurrency features of the language while keeping compatibility with already existing code and libraries. It will include the basics of what concurrency is, how to take advantage of it in the simplest use cases, and how to safely mix it with regular code.