C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::interruptable_timer Class Reference

Public Member Functions

 ES_API (CPPESSENCE) interruptable_timer()
 
 ES_API (CPPESSENCE) interruptable_timer(interruptable_timer &&) noexcept
 
 ES_API (CPPESSENCE) ~interruptable_timer()
 
 ES_API (CPPESSENCE) interruptable_timer &operator
 
void start (std::int64_t period_in_milliseconds, const std::function< void()> &callback) const
 
void start (std::int64_t period_in_milliseconds, std::int64_t deferred_milliseconds, const std::function< void()> &callback) const
 
 ES_API (CPPESSENCE) void stop() const
 

The documentation for this class was generated from the following file: