[Lldb-commits] [PATCH] D13727: Add task pool to LLDB

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 16 08:41:28 PDT 2015


zturner accepted this revision.
zturner added a comment.

Your example makes sense.  So go ahead and delete the std async implementation for now.  As Tamas said, its very easy to put in, so a better thing to do perhaps is once there's something doing actual parallel work, just test it in a real situation.  I still wish there was a way to avoid reinventing the wheel here, but it looks like there's nothing that gives the semantics we need.


http://reviews.llvm.org/D13727





More information about the lldb-commits mailing list