[Lldb-commits] [PATCH] D50384: Move Predicate.h from Host to Utility
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 30 09:06:12 PDT 2018
labath added a comment.
Also, to answer Zachary's question:
A lot of the existing uses of Predicate class could be replaced by `std::future` (often `future<void>`). The one in the Event class is in this category. However, there are some uses (these tend to be hacks of various magnitudes), which are not as easy to replace.
https://reviews.llvm.org/D50384
More information about the lldb-commits
mailing list