[Wiki is now available](https://github.com/luncliff/coroutine/wiki). ## Features [Interface header files](https://github.com/luncliff/coroutine/tree/1.4/interface/coroutine) - coroutine frame - suspend helper types - channel - generator / async generator - socket I/O ## Build Support [](https://dev.azure.com/luncliff/personal/_build/latest?definitionId=13?branchName=master) [](https://ci.appveyor.com/project/luncliff/coroutine/branch/master) [](https://travis-ci.org/luncliff/coroutine) ### Tool - Visual Studio - CMake #### Package Manager - vcpkg ### Platform - Windows 10 - SDK 10.0.14393.0 (or later) - MacOS - Darwin-17.7 Xcode 10.0 - Ubuntu Xenial(16.04) - Linux-4.15.0-1026-gcp Requires latest libc++(6.0.0 or later) installation. ### Compiler - MSVC (v141) - AppleClang 10.0.0.10001145 - Clang 6.0, 7 - clang-cl (7.0 : build is available, but test is broken)