|
|
|
|
|
by yakubin
1068 days ago
|
|
Coroutines are a control-flow mechanism. They're a single-threaded pattern in as much as for loops are a single-threaded pattern. Ability to write multithreaded programs does not exclude the need for good single-threaded tools. |
|