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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 14 10:30:36 PDT 2015


zturner added a comment.

Ok, it seems reasonable to just use std::async on platforms that this is ok on, and not use it on platforms which it's not ok on.  I think it should be enabled on Windows, but I'll leave it up to you to decide whether it's a whitelist or a blacklist.


http://reviews.llvm.org/D13727





More information about the lldb-commits mailing list