|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
Clock policy driven by a custom microsecond tick provider. More...
#include <ClockPolicies.hpp>
Collaboration diagram for corium::MicrosecondTickClockPolicy< Provider >:Public Types | |
| using | duration = uint64_t |
| using | time_point = uint64_t |
Static Public Member Functions | |
| template<typename Rep , typename Period > | |
| static time_point | add (time_point tp, const std::chrono::duration< Rep, Period > &d) noexcept |
| static time_point | add (time_point tp, duration delta) noexcept |
| static bool | isDue (time_point now, time_point expiry) noexcept |
| static time_point | now () noexcept |
Clock policy driven by a custom microsecond tick provider.
| Provider | Struct with static uint64_t nowUs() method. |
| using corium::MicrosecondTickClockPolicy< Provider >::duration = uint64_t |
| using corium::MicrosecondTickClockPolicy< Provider >::time_point = uint64_t |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
Here is the call graph for this function:
|
inlinestaticnoexcept |
Here is the caller graph for this function: