Condition varable for stoped rotating

This commit is contained in:
marcelb 2024-03-27 16:44:17 +01:00
parent 4d79b1459a
commit fba1c0f977

View File

@ -112,14 +112,13 @@ int main () {
// cout << "interval sesti " << rtime_ms() - start << endl;
// }, 3000);
// timeout time1 ( [&] () {
// cout << "Close interval 1 i 2 " << rtime_ms() - start << endl;
// inter1.clear();
// // cout << "inter1.stop " << inter1.stop << endl;
// inter2.clear();
// // cout << "inter2.stop " << inter2.stop << endl;
// }, 5000);
timeout time1 ( [&] () {
cout << "Close interval 1 i 2 " << rtime_ms() - start << endl;
// inter1.clear();
// cout << "inter1.stop " << inter1.stop << endl;
// inter2.clear();
// cout << "inter2.stop " << inter2.stop << endl;
}, 5000);
// timeout time2 ([&] () {