Subject: Re: [boost] Code to address requirement 7(a) of IOStreams Roadmap
From: Bjorn Reese (breese_at_[hidden])
Date: 2013-10-08 05:24:04


On 10/05/2013 03:50 PM, Gene Panov wrote:
> But most importantly, formatting doesn't happen on the calling thread -- it
> happens on the background instead.

Thank you for the explanation.

Is there any way to use a Boost.Asio thread as the background thread?
In other words, is it possible to write a async_ostream::service
implementation that wraps a Boost.Asio io_service? My initial impression
is that it is possible, but I am not sufficiently familiar with your
codebase to be certain.

On another note, you may consider using Boost.Chrono for time durations.