[RFC]Â Introduction of a thread pool
amyspark opened this issue · 0 comments
amyspark commented
👋
One of the key selling points of Qt vs. STL at $work is the availability of a cross-platform thread pool. I think @dragonmux has an implementation in one of her projects.
A key feature would be to accept fully type-erased lambdas à la QRunnable
(which fully hides, unlike std::function
, the underlying function's signature).