August 2015
Intermediate to advanced
286 pages
5h 42m
English
In this chapter, we will cover the following recipes:
concurrent.futures Python moduleWith the sequential and parallel execution model, there is a third model, called the asynchronous model, that is of fundamental importance to us along with the concept of event programming. The execution model of asynchronous activities can be implemented using a single stream of main control, both in uniprocessor systems and multiprocessor systems.
In the asynchronous model of a concurrent execution, various tasks intersect with the timeline, and all of this happens under ...
Read now
Unlock full access