Subprogram vs Coroutine - What's the difference?
subprogram | coroutine |
(programming) A piece of code that performs a task, and that can be passed new input and return output more than once.
As nouns the difference between subprogram and coroutine
is that subprogram is a program contained within a larger program while coroutine is a piece of code that performs a task, and that can be passed new input and return output more than once.coroutine
English
Alternative forms
* co-routineNoun
(en noun)- 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.
