
3 Dec
2008
3 Dec
'08
7:47 a.m.
Cain <darkdemun@gmail.com> writes: [...]
io_service::run() blocks? i understand that would be fine in server applications but in this case the GUI would block. How would any of you use asio in my situation?
Hello Cain, The easist solution is to run io_service::run() in a background thread. ----Scott.