Are there asynchronous operations in c ++? Or any other means ...
I need to use the function from the standard library. This function returns control to the program only when data from the port comes into it. And if there is no data, then it will be so expected. Is it possible in c ++ to forcibly return control to the calling function?