cppcoro icon indicating copy to clipboard operation
cppcoro copied to clipboard

Use symmetric transfer for MSVC >=16.8

Open chausner opened this issue 3 years ago • 0 comments

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.

chausner avatar Sep 15 '20 19:09 chausner