码迷,mamicode.com
首页 > 编程语言 > 详细

Python 协程

时间:2019-12-17 14:51:21      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:自动   class   eve   python   pip   greenlet   pytho   nbsp   from   

 

 

 

手动协程操作:

# pip install gevent
from greenlet import greenlet

def test():
    print(He )
    gr2.switch()
    print(a )
    gr2.switch()

def test2():
    print(is )
    gr1.switch()
    print(student.)

gr1 = greenlet(test)
gr2 = greenlet(test2)
gr1.switch()

 

2. 自动协程,遇到I/O自动切换

Python 协程

标签:自动   class   eve   python   pip   greenlet   pytho   nbsp   from   

原文地址:https://www.cnblogs.com/wztshine/p/12054120.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!