摘要: 用 epl = select.epoll # 来创建epoll对象 epl.register(xxx.fileno(),select.EPOLLIN) # 将监听套接字对应的fd注册到epoll 中 fd_event_list = epl.poll (返回的是一个列表) # 默认会堵塞,直到os检测 阅读全文
posted @ 2020-03-05 15:37 otome 阅读(296) 评论(0) 推荐(0) 编辑