|
KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
|
#include <event.h>

Data Fields | |
| int | fd |
| void * | _backend |
| KlAllocator * | alloc |
| int KlEventLoop::fd |
epoll_fd or kqueue_fd, -1 for io_uring
| void* KlEventLoop::_backend |
reserved for backend-specific state
| KlAllocator* KlEventLoop::alloc |
set before kl_event_init; used by io_uring backend