coroutine

noun

Etymology

From co- + routine, coined by Melvin Conway in 1958.

  1. derived from rupta via
  2. prefixed as coroutine — “co + routine

Definitions

  1. A piece of code that performs a task, and that can be passed new input and return output…

    A piece of code that performs a task, and that can be passed new input and return output more than once.

    • Although a powerful tool, coroutines can be hard to understand due to the way data can flow back and forth between sections of the code.
    • The actual origin of the concept of symmetric unit control is difficult to determine. One of the earliest published applications of coroutines was in the area of syntax analysis (Conway, 1963).
    • Python coroutines are the product of a series of enhancements to the humble generator functions we've seen so far in the book.

The neighborhood

Vish — recursive loop

No curated loop yet for coroutine. Loops are being traced one word at a time while the ingestion pipeline matures.

sense glosses and etymology drawn from English Wiktionary · source · CC-BY-SA