lewissbaker / coroutines_ts_v1_experience

Infomation about C++ Coroutines TS v1 software and content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The C++ Coroutines TS v1, ISO/IEC TS 22277, was published on 12-05-2017.

Implementations

Two major C++ implementations have had support for the TS for over a year:

  • MSVC (since version 2015 SP2 in 2016).
  • LLVM (since version 5 in 2017).
  • EDG frontend (since 2015).

Libraries

In addition to implementation experience, the Coroutines TS v1 has seen a lot of usage experience:

Coroutines TS v1 libraries:

Libraries with Coroutines TS v1 support:

Coroutine TS v1 emulation layers:

Coroutines TS v1 examples and demos:

Writing

A number of blog posts have been written about the Coroutines TS v1:

Talks

Many talks have been given at major C++ conferences about the Coroutines TS v1:

About

Infomation about C++ Coroutines TS v1 software and content