Open
Description
The design of stdexec's static_thread_pool
's is similar to the one in libunifex, which apparently suffers at scale. It's safe to assume that our static_thread_pool
has similar issues.
Investigate the issues discussed here and implement a solution that performs better.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress