August 2015
Intermediate to advanced
286 pages
5h 42m
English
The Python module Asyncio provides facilities to manage events, coroutines, tasks and threads, and synchronization primitives to write concurrent code. The main components and concepts of this module are:
Future object, such as the concurrent.futures module that represents a computation that has still not been accomplished.Read now
Unlock full access