New GitHub issue #118852 from mosheber:<br>

<hr>

<pre>
# 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.
 
```python
# 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_
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/118852">View on GitHub</a>
<p>Labels: type-feature</p>
<p>Assignee: </p>