networking-ts-impl
networking-ts-impl copied to clipboard
Integrating asio event-loop with for instance libuv
If I write a server in asio and I want to integrate this with a foreign event loop on the same thread, how would this be done?
Is there a way to implement eventing plugins á 100 lines of code to integrate the event loop? Or is this TS "once you go asio you never go back"? As in, everything asio or nothing asio.