Is it possible to use standard C ++ on Linux to get information when the specified time / time is reached by the system time (unless, of course, my process is completed)?
I could just set the timer to the time I need to wait, but what happens if the user changes the system time? Can I get information from the system that the user has changed the system time to reset my timers?
source
share