Module src.qollib.processing

Expand source code
from .execution import simultaneous, threaded

Sub-modules

src.qollib.processing.execution

provides housekeeping / setup methods to reduce the programming overhead of spawning threads or processes.

src.qollib.processing.testing

Mocks for testing multi processing functionality …

src.qollib.processing.thread

The threads hold information on the function (and result) to execute in a thread or process …