Yield at the end of the write loop

This commit is contained in:
2020-05-04 18:11:50 +02:00
parent 7bcfc571a3
commit a8eacb3587
+2
View File
@@ -114,5 +114,7 @@ int main (int argc, char *argv[]) {
n_corrupted_frames = 0;
n_missed_frames = 0;
}
this_thread::yield();
}
}