Chaining Continuation Actions in Concurrent Programming
This tutorial shows how to manage multiple asynchronous jobs with chained continuation actions/callback methods.
Table Of Contents Overview In this series, I’ll explore setting up an Azure Functions application that connects to a containerized Selenium server and interacts with its shell, all that in a serverless manner and following good OOP practices. The main…