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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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