lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.37k stars 462 forks source link

Use symmetric transfer for MSVC >=16.8 #162

Open chausner opened 4 years ago

chausner commented 4 years ago

Visual Studio 16.8 preview 3 comes with full support for coroutines. In particular, symmetric transfer is now supported so https://github.com/lewissbaker/cppcoro/blob/master/include/cppcoro/config.hpp#L39 should be updated to make use of it.