Sequential Execution: Web Spider Version 2

Learn sequential execution, sequential iteration, and web spider v2.

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 1200+ tech skills courses.