
2 Jun
2009
2 Jun
'09
5:27 p.m.
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]