C++ Logo

std-proposals

Advanced search

Re: [std-proposals] wg21 threadpool?

From: Jonathan Wakely <cxx_at_[hidden]>
Date: Tue, 14 Mar 2023 12:54:15 +0000
On Tue, 14 Mar 2023 at 12:02, phoenix fire wingz via Std-Proposals <
std-proposals_at_[hidden]> 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
https://wg21.link/p2213
https://wg21.link/p2219
https://wg21.link/p2300
https://wg21.link/p2079

Received on 2023-03-14 12:54:29