Fastthreadpool

Latest version: v1.5.2

Safety actively analyzes 621521 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

1.5.2

Bugfix: Add missing parameter in map-function when called with direct=False.

1.5.1

Add unpack_args argument to map method.
If unpack_args=True then args will be unpacked when callback function is called (default).

1.5.0

Add method cleanup_children for removing dead child threads.
Add parameter 'direct' to map function to be able to either run new threads which
directly get a slice of work items or queue slices of work items in the job queue.
In _submit method ensure to create new child thread if all active child threads are busy.

1.4.2

Unpack arguments when calling callback function in map.

1.4.1

Make list of child thread objects visible.
Hopefully finally fix a deadlock issue when job queue is running empty.

1.4.0

Add optional init_args parameter for init_callback.
Set attribute 'tnum' to child number.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.