|
|
|
|
|
by gpderetta
1118 days ago
|
|
C++ has now both async (built-in) and multiple flavors of stackful coroutines (as external libraries). You can run both on top of ASIO so that you can measure purely difference of the coroutine implementation as opposed to the runtime. |
|