[PATCH] D48240: Try again to implement a FIFO task queue

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 22 07:18:06 PDT 2018


zturner added a comment.

After some discussion with Chandler, we actually decided to just delete the nothreads codepath and generate a compile error if anyone tries to use this class with nothreads.  I'll upload a fix that does that later today.


https://reviews.llvm.org/D48240





More information about the llvm-commits mailing list