$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2003-05-20 07:48:33
On Tuesday 20 May 2003 12:44, Robin Hu wrote:
> Here's my simple implementation of new timers, which should work on
> both linux and windows nt. I hope you'll intested in this idea and
> give some comments. Thanks.
There was also proposed to use the date-time library for the timers.
AFAICT this implementation would not suffer from a fast wrap-around
as with the implementation using the clock() function.
toon