От: | TarasKo | ||
Дата: | 15.07.11 12:33 | ||
Оценка: |
boost::this_thread::sleep(boost::chrono::seconds(10));
template<typename TimeDuration>
inline void sleep(TimeDuration const& rel_time)
{
interruptible_wait(detail::pin_to_zero(rel_time.total_milliseconds()));
}
От: | zaufi | ||
Дата: | 15.07.11 17:39 | ||
Оценка: |
От: | о_О | ||
Дата: | 15.07.11 17:51 | ||
Оценка: |