$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Asio] Dispatch question
From: Malinka Rellikwodahs (aelmalinka_at_[hidden])
Date: 2010-07-28 18:50:45
Hello List,
Attached is a piece of sample code in which I'm trying to use
Boost.Asio to dispatch a call that will cause the program to shutdown,
however for some reason the io_service is not ever calling the
handle_stop method, so the program does not shutdown.
Any help would be greatly appreciated.