This allows move-only function objects (including lambdas that capture move-only
objects) to be passed to a ThreadPool instance for execution.
Details
Details
- Reviewers
mehdi_amini
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This blew up on the builders. The MSVC implementation of packaged_task does not support unique_function (at least at the moment).