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

Go to the source code of this file.

Classes

class  kagome::clock::Clock< ClockType >
 

Namespaces

 kagome::clock
 

Typedefs

using kagome::clock::SteadyClock = Clock< std::chrono::steady_clock >
 
using kagome::clock::SystemClock = Clock< std::chrono::system_clock >