On Tue, 14 Mar 2023 at 12:02, phoenix fire wingz via Std-Proposals <std-proposals@lists.isocpp.org> wrote:
Hello I'm new to this mailing list. I just wanted to ask if there are any plans to add a threadpool to the upcoming standard?

it would be nice to be able to submit tasks to a queue and have them processed asynchronously. Many newer languages e.g. Rust, C# and even Java have this feature. Why have we overlooked this?

It hasn't been overlooked at all. It's been the topic of sustained work for many years.

https://wg21.link/n2276
https://wg21.link/p0399
https://wg21.link/p0443
https://wg21.link/p2206
https://wg21.link/p2207