[PATCH] D87467: [Support] Use unique_function rather than std::function for ThreadPool TaskTy.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 10:26:41 PDT 2020
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Looks good to me - seems like a case of "if it compiles, it's good to go". I don't think I realize or otherwise I'd forgotten that we had a unique_function in LLVM - handy!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87467/new/
https://reviews.llvm.org/D87467
More information about the llvm-commits
mailing list