python协程用法实例分析
本文实例讲述了python协程用法。分享给大家供大家参考。具体如下:
把函数编写为一个任务,从而能处理发送给他的一系列输入,这种函数称为协程
defprint_matchs(matchtext):
print"lookingfor",matchtext
whileTrue:
line=(yield)
#用yield语句并以表达式(yield)的形式创建协程
ifmatchtextinline:
printline
>>>matcher=print_matchs('python')
>>>matcher.next()
lookingforpython
>>>matcher.send('hellopython')#看生成器那片,关于send()跟next()的区别
hellopython
>>>matcher.send('test')
>>>matcher.send('pythoniscool')
pythoniscool
>>>matcher.close()
希望本文所述对大家的Python程序设计有所帮助。
热门推荐
10 简短深沉的生日祝福语
11 八一祝福语简短文字
12 分别祝福语简短情话英文
13 奶奶的生日简短祝福语
14 天仓节祝福语简短
15 新年祝福语鼠年简短创意
16 侄儿高考试祝福语简短
17 小升初送给儿子祝福语简短
18 二零二一年祝福语简短