[PATCH] D114363: [ThreadPool] Do not return shared futures.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 24 11:03:27 PST 2021


fhahn added a comment.

Funnily enough this is causing a build failure when threads are disabled, because `Tasks.push([Future]() { Future.get(); }); ` won't work. I reverted the patch for now.

Any ideas on how to best deal with that? :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114363



More information about the llvm-commits mailing list