[cfe-dev] await / coroutine
Jim Porter via cfe-dev
cfe-dev at lists.llvm.org
Wed Apr 6 22:50:05 PDT 2016
On 4/6/2016 7:29 PM, Cesar Mello via cfe-dev wrote:
> Anyone working on the coroutine implementation described in
> https://isocpp.org/files/papers/N4402.pdf ?
Discussion on the ISO C++ list[1] suggests that Gor Nishanov of
Microsoft is working on a clang implementation. However, I'd be much
more interested in seeing how efficient one could make suspend-down
coroutines (like Boost.Coroutine) if you had compiler support for it. If
I could only have one of suspend-up or suspend-down coroutines, I'd much
prefer the latter.
- Jim
[1]
https://groups.google.com/a/isocpp.org/forum/#!topic/std-proposals/3Fd_zNv2iv4
More information about the cfe-dev
mailing list