asyncio Recipes A Problem-Solution Approach

Get the most out of asyncio and find solutions to your most troubling Python programming problems. This book offers a pragmatic collection of recipes by going beyond online resources and docs to provide guidance on using this complex library. As such, you’ll see how to improve application performanc...

Descripción completa

Detalles Bibliográficos
Autor principal: Tahrioui, Mohamed Mustapha. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2019.
Edición:1st ed. 2019.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630605706719
Tabla de Contenidos:
  • Chapter 1: Preparing for the Recipes
  • Chapter 2: Working with Event Loops
  • Chapter 3: Working with Coroutines and async/await
  • Chapter 4: Working with async Generators
  • Chapter 5: Working with async Context Manager
  • Chapter 6: Communication Between asyncio Components
  • Chapter 7: Synchronization Between asyncio Components
  • Chapter 8: Improving asyncio Applications
  • Chapter 9: Working with Network Protocols
  • Chapter 10: Preventing Common asyncio Mistakes
  • Appendix A: Setting up Your Environment
  • Appendix B: Event Loops OS Specifics.