I want to realize a timeout function in C++ on a Atmel evaluation kit.
The program should open the function "start()" and if this function is not completed within "0.5s" it should be killed.
Are there any existing function to do jobs like this?
regard matl
std::asyncandstd::chrono