lewissbaker / cppcoro

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

Add symmetric-transfer versions of task/async_generator for clang. #91

Closed lewissbaker closed 6 years ago

lewissbaker commented 6 years ago

Switch based on the new CPPCORO_COMPILER_SUPPORTS_SYMMETRIC_TRANSFER macro which is currently only defined for Clang >= 7.