C++ timeout function -


i want realize timeout function in c++ on atmel evaluation kit.

the program should open function "start()" , if function not completed within "0.5s" should killed.

are there existing function jobs this?

regard matl

yes: std::future::wait_for. either future_status::ready or future_status::timeout.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -