Kizspy | Question: 44
(Choose 1 answer)
What is a key feature of coroutines compared to regular functions or methods in computer programming?
A. They execute synchronously and block the program until completion
B. They allow for non-blocking execution and can be paused and resumed
C. They are used only for mathematical calculations
D. They require manual memory management