fn linuxAddFd(self: *Loop, fd: i32, resume_node: *ResumeNode, flags: u32) !void
[src]
resume_node must live longer than the anyframe that it holds a reference to. flags must contain EPOLLET
fn linuxAddFd(self: *Loop, fd: i32, resume_node: *ResumeNode, flags: u32) !void
resume_node must live longer than the anyframe that it holds a reference to. flags must contain EPOLLET