
8 Oct
2013
8 Oct
'13
9:24 a.m.
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.