https://github.com/svenslaggare/iouring-event-loop
Simple event loop for Linux based on io_uring
https://github.com/svenslaggare/iouring-event-loop
cpp event-loop iouring linux
Last synced: 7 months ago
JSON representation
Simple event loop for Linux based on io_uring
- Host: GitHub
- URL: https://github.com/svenslaggare/iouring-event-loop
- Owner: svenslaggare
- License: mit
- Created: 2024-01-21T11:01:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T19:29:14.000Z (about 2 years ago)
- Last Synced: 2025-01-30T21:14:37.091Z (about 1 year ago)
- Topics: cpp, event-loop, iouring, linux
- Language: C++
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IO uring event loop
Simple event loop based on io_uring written in C++ 20.