Boost C++ Libraries Home Libraries People FAQ More

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