# io_uring_coro **Repository Path**: sun_mengyue/io_uring_coro ## Basic Information - **Project Name**: io_uring_coro - **Description**: A wrapper of io_uring with help of C++20 coroutine - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-14 - **Last Updated**: 2021-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A liburing wrapper with help of C++20 coroutine. For Linux x86_64, whose kernel version >= 5.1. Liburing is also required. [https://github.com/axboe/liburing](https://github.com/axboe/liburing). Some codes are adapted from https://github.com/shuveb/io_uring-by-example