摘要: 协程的本质就是其行为和接口的特征总和 协程等效于一个类: class CoroutineBase: def __init__(self, args): super(CoroutineBase, self) # initialize with args # code here print('initi 阅读全文
posted @ 2021-06-08 11:12 xchk138 阅读(196) 评论(0) 推荐(0)