Y
Hacker News
new
|
ask
|
show
|
jobs
by
Rohansi
340 days ago
I don't know how it works for C++ but you're not locked down to a single implementation with how C# does it. You can have it use different executors/schedulers, different task types, etc.
1 comments
uvdn7
340 days ago
You are also not locked down in C++. There are already a handful of coroutine and async runtime implementations out there.
link