State Machine Executor Part 1 — Introduction

This is the first part of the State Machine Executor series. For your convenience you can find other parts using the links below: Part 1 — Introduction Part 2 — Fault tolerance In this series we explore how to decouple describing “what to do” from actually doing it. This means that instead of doing Console.WriteLine(“Hello … Continue reading State Machine Executor Part 1 — Introduction