[PATCH] D27159: [ThreadPool] Simplify the interface

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 17:44:19 PST 2016


davide added a comment.

In https://reviews.llvm.org/D27159#607319, @mehdi_amini wrote:

> Why is the dependency on future an issue?


Because it complicates the interface, for no reason (atm, as nobody uses it).
If you prefer the code to stay as is, fine, but we will keep having two different implementations in-tree.


https://reviews.llvm.org/D27159





More information about the llvm-commits mailing list