A configurable engine for processing tasks.
Usage
Engine()
name: str
The name of the engine.
>>> e = Engine("turbo") >>> e.status() 'idle'