networking-ts-impl icon indicating copy to clipboard operation
networking-ts-impl copied to clipboard

Integrating asio event-loop with for instance libuv

Open ghost opened this issue 8 years ago • 0 comments

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.

ghost avatar Nov 20 '17 05:11 ghost