EpollLoop.delEvent

从epoll队列中移除Channel对象。 @param socket = 需要移除的Channel对象 @return (true) 移除成功, (false) 移除失败,并把错误输出到控制台.

struct EpollLoop
nothrow
bool
delEvent

Meta