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

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 19 14:11:17 PDT 2018


zturner added a comment.

Yea I'm not really able to get anything working using the suggested method of the local class.  The `Task` class here doesn't have any logic to wait on the parent task to complete, and furthermore we just return a future from a promise without using `async` with deferred launch, so waiting on the future doesn't run the function.  All of this is fixable, but ultimately you just end up getting pretty close to what I already have I think.


https://reviews.llvm.org/D48240





More information about the llvm-commits mailing list