python IO 多路复用
Posted Soul.NULL
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python IO 多路复用相关的知识,希望对你有一定的参考价值。
一、epoll
epoll 参考链接: https://www.cnblogs.com/Alanpy/articles/5125986.html
epoll 参考链接: https://www.cnblogs.com/maociping/p/5132583.html
二、 selectors
模块 实现IO多路复用
selectors 参考链接: https://blog.csdn.net/jjjndk1314/article/details/79682958
三、select 模块
样例:
以上是关于python IO 多路复用的主要内容,如果未能解决你的问题,请参考以下文章