threaded stopwatch or count down timer
Hi all, I'm currently writing an application that requires either a stopwatch or a countdown timer. Is such a thing available in boost? Any help appreciated. Regards Sean.
Hi, Is StopWatch threaded in chrono? Cheers Sean. -----Original Message----- From: Boost-users [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Bjorn Reese Sent: 24 February 2013 13:47 To: boost-users@lists.boost.org Subject: Re: [Boost-users] threaded stopwatch or count down timer On 2013-02-24 14:35, Sean Farrow wrote:
I'm currently writing an application that requires either a stopwatch or a countdown timer.
Is such a thing available in boost?
Boost.Asio has a deadline timer. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Le 24/02/13 15:04, Sean Farrow a écrit :
Hi,
Is StopWatch threaded in chrono?
What do you mean by a threaded stopwatch? a mechanism to signal a thread-safe timeout when a given duration expires or a timepoint is reached? If yes, non, Boost.Chrono/Stopwatch doesn't serves this purpose. Boost.Chrono/Stopwatch is more related to benchmarks. BTW, Boost.Chrono/Stopwatch has not been released yet. Best, Vicente
participants (3)
-
Bjorn Reese
-
Sean Farrow
-
Vicente J. Botet Escriba