$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [ASIO] How to terminate a io_service inside a library.
From: Igor R (boost.lists_at_[hidden])
Date: 2009-04-10 08:55:24
> Only one thing.. Is there a way to retrieve a work object from the
> io_service?
No, I don't think it's possible - at least, because you can create as
many "work"'s as you wish - io_service doesn't care about it (as far
as I understand).