PEP 3801 [Python] 코루틴(Coroutines), yield from References Fluent Python Contents Classic Coroutines - Basic Behavior Decorators for Coroutines Coroutine Termination and Error Handling Returning a Value from the coroutines yield from 'to yield'라는 단어를 찾아보면 '생산한다(produce)'와 '양보한다(give way)'라는 두 가지 뜻을 볼 수 있습니다. 파이썬 제너레이터에서 yield 키워드를 사용할 때, 이 두 가지 의미가 모두 적용됩니다. 예를 들어 yield item 문장은 next()의 호출자가 받을 값을 생성하고, 양보하고, 호출자가 진행하고 또 다른 값을 소비할 준비가 되어 다음번 .. 2022. 3. 27. 이전 1 다음