module documentation

A pool for background workers, actors, and jobs.

Class BackgroundWorker This class provides the functionality for background worker or a single actor instance.
Class BackgroundWorkerPool Pool and factory for background workers and actors.
Class Job Job class that extends the Thread class with pause, resume, stop functionalities, and lists of running and paused jobs for reuse.
Class WorkerEntry Internal class for a worker entry in the priority queue.
Function _utcTime Return the current time's timestamp, but relative to UTC.
def _utcTime() -> float: ΒΆ

Return the current time's timestamp, but relative to UTC.

Returns
floatFloat UTC-based timestamp