[libcxx-commits] [libcxx] r357010 - [coroutines] Add std::experimental::task<T> type

Marshall Clow via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 26 11:07:02 PDT 2019


On Tue, Mar 26, 2019 at 11:01 AM Brian Gesiak via libcxx-commits <
libcxx-commits at lists.llvm.org> wrote:

> Author: modocache
> Date: Tue Mar 26 10:46:06 2019
> New Revision: 357010
>
> URL: http://llvm.org/viewvc/llvm-project?rev=357010&view=rev
> Log:
> [coroutines] Add std::experimental::task<T> type
>
> Summary:
> Adds the coroutine `std::experimental::task<T>` type described in proposal
> P1056R0.
> See https://wg21.link/P1056R0.
>

Was this patch reviewed before committing?
All I saw was https://reviews.llvm.org/D46140, which:
(a) had been fallow for 6 months until yesterday afternoon,
(b) not approved by any of the libc++ approvers. (@ldionne, @EricWF, and
myself)

-- Marshall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190326/a9a6cbd3/attachment.html>


More information about the libcxx-commits mailing list