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