[PATCH] D114363: [ThreadPool] Do not return shared futures.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 22 21:24:05 PST 2021
Meinersbur accepted this revision.
Meinersbur added a comment.
LGTM as well. Indeed, users that need shared_future can call `.share()` themselves. Nothing else than the caller to `async` can retrieve the future anyway.
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