compiler-explorer / compiler-explorer/compiler-explorer
[LIB REQUEST]: liburing
Open
new-libs
request
- Dominant language
- TypeScript
- Stars
- 19.1k
- Forks
- 2.1k
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 67
Description
### Library name
liburing
### Library description
Single-threaded io_uring helper used for setting up and tearing down rings along with managing the submission and completion queues.
### Library repository
https://github.com/axboe/liburing
### Motivation
I like sharing liburing examples and also Asio depends on it when io_uring support is enabled so any code snippets that attempt to use Asio under these conditions just fail to compile with a missing `liburing.h` header.
Contributor guide
Assessment
This issue has not been assessed yet.