naazgull / zapata

RESTful API's development support library for C++, named after Emiliano Zapata
The Unlicense
14 stars 5 forks source link

Migrate from `epoll` to `liburing` #93

Open naazgull opened 3 years ago

naazgull commented 3 years ago

Migrate the zpt::stream::polling infra-structure from epoll to liburing.

naazgull commented 3 years ago

References: https://github.com/axboe/liburing https://kernel.dk/io_uring.pdf https://unixism.net/loti/index.html https://github.com/shuveb/loti-examples

naazgull commented 3 years ago

References: https://github.com/axboe/liburing https://kernel.dk/io_uring.pdf https://unixism.net/loti/index.html https://github.com/shuveb/loti-examples