Re: [C++ coroutines 0/6] Implement C++ coroutines.

2019-11-18 Thread Nathan Sidwell
On 11/17/19 5:23 AM, Iain Sandoe wrote: This patch series is an initial implementation of a coroutine feature, expected to be standardised in C++20. Yay! ABI --- There is not need to add any new mangling, since the components of this are regular functions with manipulation of the coroutin

[C++ coroutines 0/6] Implement C++ coroutines.

2019-11-17 Thread Iain Sandoe
This patch series is an initial implementation of a coroutine feature, expected to be standardised in C++20. Standardisation status (and potential impact on this implementation): -- The facility was accepted into the working draft for C++20 by WG21 in February 2019. During