|
uvco 0.1
|
#include <timer.h>

Public Member Functions | |
| Ticker ()=default | |
| virtual | ~Ticker ()=default |
| virtual MultiPromise< uint64_t > | ticker ()=0 |
| virtual void | close ()=0 |
| Immediately stop the ticker. | |
|
default |
|
virtualdefault |
|
pure virtual |
Immediately stop the ticker.
Implemented in uvco::TickerImpl.
|
pure virtual |
A promise generating successive integers. If a count was given upon creation, the last tick after reaching 0 will yield std::nullopt.
Implemented in uvco::TickerImpl.