[Mlir-commits] [lldb] [llvm] [mlir] Split the llvm::ThreadPool into an abstract base class and an implementation (PR #82094)

Mehdi Amini llvmlistbot at llvm.org
Tue Feb 27 17:13:19 PST 2024


================
@@ -227,7 +265,7 @@ class ThreadPool {
 class ThreadPoolTaskGroup {
----------------
joker-eph wrote:

 > What you get is probably a cleaner API IMHO
 
 I don't quite get why it would cleaner actually? This makes is for a weaker interface that does not guarantee any uniqueness and you lose type safety as well.
 I must missing your point here.

https://github.com/llvm/llvm-project/pull/82094


More information about the Mlir-commits mailing list