
24 Aug
2010
24 Aug
'10
5:51 p.m.
Hello. I'm trying to call a signal after an async_read from inside a function called by boost::asio::io_service. The run function runs in a thread, and the observers are connected in a different thread. This is causing errors. It's my program or it's not possible to invoke a handler that is running in another thread from io_service::run? Thanks in advance.