Sequential Execution: Web Spider Version 2
Learn sequential execution, sequential iteration, and web spider v2.
We'll cover the following
In this section, we’ll look at asynchronous control flow patterns and start by analyzing the sequential execution flow.
Executing a set of tasks in sequence means running them one at a time, one after the other. The order of execution matters and must be preserved, because the result of a task in the list may affect the execution of the next. The illustration given below shows this concept:
Get hands-on with 1400+ tech skills courses.