[PATCH] D114363: [ThreadPool] Do not return shared futures.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 24 12:08:48 PST 2021
fhahn added a comment.
In D114363#3152115 <https://reviews.llvm.org/D114363#3152115>, @mehdi_amini wrote:
> Ah, that may be why I used shared_future in the first place! :)
Yeah, it seems a shame though if we have to use std::shared_future to support the single threaded uses cases :(
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