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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits