[PATCH] D46140: [coroutines] std::task type (WIP)

Gor Nishanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 29 13:02:29 PDT 2018


GorNishanov accepted this revision.
GorNishanov added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: jfb.

LGTM

With couple of suggestions.

1. Remove swap. It is not part of the proposal at the moment.
2. If you feel like, add a lazy<T> alias to task<T>, that way we can taste both names and see how it feels.

My apologies for taking so long to review.


https://reviews.llvm.org/D46140





More information about the cfe-commits mailing list