Modern C++ binding for liburing (io_uring) that features C++ coroutines support
Stars
338
Forks
24
Watchers
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
112
commits
26
1
README: make the demo code compilable
d6c6645
demo/link_cp: don't issue 0 bytes IO ops
b8eac66
Fix compiling errors
c0a7ed7
io_service.hpp: test more features
3e5f8fb
CI: Try building with clang-14
4323456
demo: try fixing #9
ae0a512
io_service.hpp: adopt the latest liburing features
9fd2590
demo/bench.cpp: fix compiling for aarch64
5e15c48
task.hpp: newer libc++ supports `std::coroutine`, use it
63568ba
task.hpp: fix compiling on newer GCC
1a9faf0
add -fcoroutines in CMAKE_CXX_FLAGS
6ebd315
Removed tests/read_write_pipe
4e83b39
Updated tests/ping_pong.cpp
8e2ed47
Added ping-pong test
67b811c
Added read-write test
d25f427