A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N3985
Date: 2014-05-06
A proposal to add coroutines to the C++ standard library (Revision 1)
by Oliver Kowalke and Nat Goodspeed
Excerpt:
Changes in this revision
This document supersedes N3708. A new kind of coroutines --
std::symmetric_coroutine<T>
-- is introduced and additional examples (like recursive SAX parsing) are added.A section explains the benfits of using coroutines in the context of event-based asynchronous model.
Add a Comment
Comments are closed.