Relative Content

Tag Archive for c++multithreadingasynchronousboostasio

Separate Boost async read and async write in two threads

I was looking at the documentation provided by Boost regarding how to realize TCP async client/server (echo server, chat, and so on), but I didn’t find anything related to managing the async read and async write using two different threads.