$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] boost.timer library submission...
From: Jamie Allsop (ja11sop_at_[hidden])
Date: 2009-06-02 19:27:09
JohnQ wrote:
> While using Boost for a recent project, I needed a timer class that would
> allow me to set a time in the future at which some data would be handed back
> to me via callback. It had to be thread-safe, boost friendly, and allow for
> deletion of timers after they were set but before they expired.
would boost::asio::deadline_timer meet your needs?
[snip]