[PATCH] D114183: [ThreadPool] Add template argument for future result type.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 19 09:04:25 PST 2021


Meinersbur added a comment.

In D114183#3142329 <https://reviews.llvm.org/D114183#3142329>, @fhahn wrote:

> I tried using `void` with both `TaskTy` and `PackagedTaskTy`, but both resulted in build errors when sharing the Future.

What were thoise build errors?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114183/new/

https://reviews.llvm.org/D114183



More information about the llvm-commits mailing list