![]() |
Tesseract 0.28.4
|
Simple timer class using chrono and thread. More...
#include <tesseract/common/macros.h>#include <functional>#include <chrono>#include <thread>#include <atomic>Classes | |
| class | tesseract::common::Timer |
| A timer which calls a callback every interval on a separate thread. More... | |
Namespaces | |
| namespace | tesseract::common |
| Namespace owning boost's hash_is_avalanching, and defined iff boost has the trait at all. | |
Simple timer class using chrono and thread.