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: N3708
Date: 2013-03-04
A proposal to add coroutines to the C++ standard library
by Oliver Kowalke and Nat Goodspeed
Excerpt:
This proposal suggests adding two first-class continuations to the C++ standard library:
std::coroutine<T>::pull_type
andstd::coroutine<T>::push_type
.
Add a Comment
Comments are closed.