Module machine

Module machine 

Source
Expand description

The state machine module defines a process for procedurally orchestrating a set of tasks

It is a minimalistic implementation that utilizes a linked-list such that the tasks already execute is a given fashion with little work needed to defined the steps

Modulesยง

backoff
exponential backoff
data
state machine shared data
error
error class
state
state machine