$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost-users][asio] Interaction problem with signals2?
From: Germán Diago (germandiago_at_[hidden])
Date: 2010-08-24 13:51:46
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.