Python Socket网络编程(4)

Python Socket网络编程(4)

协程

微线程,切换执行
比如遇到IO等待的时候可以自动切换,提升线程利用率,多用在IO等待你想干点别的

image