Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 318 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 318 Bytes

CppCoro - A coroutine library for C++

This is a fork of cppcoro library by Lewis Baker.

The changes in this fork are:

  • Got rid of experimental stuff
  • Added CMakeLists.txt for the build
  • Removed all the stuff what doesn't compile on Linux (mainly net/file related)