|
|
|
|
|
by vlovich123
1829 days ago
|
|
Seems like adopting async/await throughout would accomplish the same benefits (letting you co-operatively yield whenever you want) while maintaining the performance of the state machine (since that's what async/await is in a single-threaded context). |
|