From: Scott McCaskill (scott_at_[hidden])
Date: 2001-08-03 01:03:53


Is xtime going to continue to play a part in the public interface of the
boost thread library (like in condition::timed_wait())? If so, it might be
useful to expose some of the functions in timeconv.inl, such as
to_time(unsigned milliseconds, boost::xtime& xt). It seems more common to
want to specify a duration than an absolute time when using timed_wait-type
operations.