|
|
|
|
|
by spacechild1
344 days ago
|
|
I was just going to mention ASIO. > and that seemed complex to use Actually. I found it pretty straightforward. I switched from callbacks to coroutines un my personal project and it is a massive win! Now I can write simple loops instead of nested callbacks. Also, most state can now stay in local variables. |
|