Engine
A task execution engine.
Usage
Engine()Parameters
workers: int = 4-
Number of worker threads.
Methods
| Name | Description |
|---|---|
| execute() | Execute a named task. |
execute()
Execute a named task.
Usage
execute(task)Parameters
task: str-
Name of the task.
Returns
bool-
True if successful.