-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
Adding a simple boolean parameter to the ThreadPoolExecutor, allowing to submit new workers in a LIFO manner, rather than a FIFO manner.
# Add a code block here, if required
executor = ThreadPoolExecutor(max_workers=10, fifo_queue=False)
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement