摘要: from greenlet mport greenlet def fun1(): print(1) gr2.switch() print(2) gr2.switch() def fun2(): print(3) gr1.switch() print(4) gr1.switch() gr1 = gre 阅读全文
posted @ 2020-08-26 20:07 神经男孩 阅读(132) 评论(0) 推荐(0)