Simple timer class using chrono and thread. More...
#include <tesseract_common/macros.h>
#include <functional>
#include <chrono>
#include <thread>
#include <atomic>
Go to the source code of this file.
Classes | |
class | tesseract_common::Timer |
A timer which calls a callback every interval on a separate thread. More... | |
Namespaces | |
tesseract_common | |
Simple timer class using chrono and thread.
Definition in file timer.h.