Hi, I am one of the maintainers of aya a toolkit for interacting with eBPF programs from Rust.
Many eBPF objects are backed by file descriptors, and some of them provide readiness notifications. See our RingBuf tests which exercise this via raw epoll as well as with tokio (using tokio::io::unix::AsyncFd).
Does glommio offer something akin to AsyncFd? How can I wrap a RingBuf so it can be used with glommio?