[PATCH] D34187: Support: Remove MSVC 2013 workarounds in ThreadPool class.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 17:36:29 PDT 2017


davide added a comment.

Ideally we should also remove the unused `std::shared_future<void>` returned as after years there's not a single consumer and that just complicates the API for no reason whatsoever.


https://reviews.llvm.org/D34187





More information about the llvm-commits mailing list