Comment on Hexagen: true coroutines for SwiftComments−jjtheblunt11yWhy would anyone want coroutines on preemptive multitasking hardware and operating systems?−kevin_thibedeau11yBecause it lends itself to a more modular design without the complications of managing concurrency across threads and processes.
Comments
Why would anyone want coroutines on preemptive multitasking hardware and operating systems?
Because it lends itself to a more modular design without the complications of managing concurrency across threads and processes.