- Добавил: literator
- Дата: 20-11-2019, 16:29
- Комментариев: 0

Автор: Mohamed Mustapha Tahrioui
Издательство: Apress
Год: 2019
Страниц: 330
Язык: английский
Формат: pdf (true), azw3, epub
Размер: 10.1 MB
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 performance and run computationally intensive programs faster. What Is Asyncio? The cooperative concurrency framework Asyncio was written to address the need for fast single-threaded programs that don't waste CPU time on I/O bound tasks. Its primitives like coroutines and event loops allow developers to execute code only when it’s not waiting for I/O and to yield control back for other tasks.