Coroutine

Coroutine

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5088-6437-8

High Quality Content by WIKIPEDIA articles! Coroutines are computer program components that generalize subroutines to allow multiple entry points for suspending and resuming execution at certain locations. Coroutines are well-suited for implementing more familiar program components such as cooperative tasks, iterators, infinite lists and pipes.