Re: Please support Coroutines TS in C++

2017-10-16 Thread Ramón García
ping On Thu, Aug 31, 2017 at 11:22 AM, Ramón García wrote: > (repeated, forgot to reply to mailing list) > > Xi Ruoyao misses completely the point! > > The amount of error prone boilerplate code, that the programmer would > have to write, is huge. See examples in the excellent

Re: Please support Coroutines TS in C++

2017-08-31 Thread Ramón García
code. On Sat, Aug 19, 2017 at 5:49 PM, Jonathan Wakely wrote: > See the thread on gcc-help: > https://gcc.gnu.org/ml/gcc-help/2017-08/msg00045.html > > > > On 19 August 2017 at 14:09, Ramón García wrote: >> ping. >> >> On Tue, Aug 15, 2017 at 2:21 PM, Ramó

Re: Please support Coroutines TS in C++

2017-08-19 Thread Ramón García
ping. On Tue, Aug 15, 2017 at 2:21 PM, Ramón García wrote: > Hello, > > Please consider supporting the Coroutines TS in GNU C++. > > It is really important to make asynchronous programming usable. > > Modern programs should be scalable to use the performance of multicore &g

Please support Coroutines TS in C++

2017-08-15 Thread Ramón García
Hello, Please consider supporting the Coroutines TS in GNU C++. It is really important to make asynchronous programming usable. Modern programs should be scalable to use the performance of multicore processors. Stackless coroutines allow the programmer to scale to millions of asynchronous reques