mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
Misspelled function Timer::usleep().
This commit is contained in:
@@ -40,7 +40,7 @@ void EpochManager::enter_epoch_periodically()
|
|||||||
|
|
||||||
// Wait some time until next epoch.
|
// Wait some time until next epoch.
|
||||||
//std::this_thread::sleep_for(config::epoch_interval()); // NOLINT: sleep_for seems to crash clang-tidy
|
//std::this_thread::sleep_for(config::epoch_interval()); // NOLINT: sleep_for seems to crash clang-tidy
|
||||||
_timer.u_sleep(config::epoch_interval().count());
|
_timer.usleep(config::epoch_interval().count());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user