coco-cpp20 A simple C++ 20 coroutine library, using liburing fork from https://github.com/LEAVING-7/Coco, mainly used for study build 依赖 gcc13 linux version >= 5.15, like ubuntu 22.04LTS liburing version >= 2.4 编译 mkdir build && cd build cmake .. make