Kagome
Polkadot Runtime Engine in C++17
clock_impl.hpp File Reference
#include "clock/clock.hpp"
Include dependency graph for clock_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kagome::clock::ClockImpl< ClockType >
 

Namespaces

 kagome::clock
 

Typedefs

using kagome::clock::SteadyClockImpl = ClockImpl< std::chrono::steady_clock >
 
using kagome::clock::SystemClockImpl = ClockImpl< std::chrono::system_clock >