I want to know if it is possible to wait in the main-Thread without any while(1)-loop. I launch a few threads via std::async() and do calculat
std::async()