Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function ustime_delay_milliseconds

boost::interprocess::ustime_delay_milliseconds

Synopsis

// In header: <boost/interprocess/timed_utils.hpp>


ustime ustime_delay_milliseconds(unsigned msecs);

Description

Utility that returns a time_point in the future that is "msecs" milliseconds in the future from now.


PrevUpHomeNext