Yield this thread when finished writing

This commit is contained in:
2020-04-20 19:55:55 +02:00
parent c3de2ccb40
commit bb882189d2
+2
View File
@@ -177,5 +177,7 @@ int main (int argc, char *argv[]) {
n_frames_with_missing_packets = 0;
n_missed_frames = 0;
}
this_thread::yield();
}
}