Hacker News new | ask | show | jobs
by samsquire 540 days ago
I implemented split IO with io_uring, epoll and eventfd and my own thread safe comm pattern

You can write to an eventfd to wake up io_uring listening on an epoll instance.