Struct EpollEventLoop::CloseFdQueueItem

Nested Relationships

This struct is a nested type of Class EpollEventLoop.

Struct Documentation

struct CloseFdQueueItem

Struct holding fd and flag wheter to call close on it.

Public Members

int fd = {}
bool close_fd = {}
bool wait = {}