aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/core/monotonic_provider.h
blob: befe4f7b90a81bc2ed27fc6d81b104e85c2e6ef5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <library/cpp/time_provider/monotonic_provider.h>

namespace NActors {

using IMonotonicTimeProvider = NMonotonic::IMonotonicTimeProvider;

using NMonotonic::CreateDefaultMonotonicTimeProvider;

} // namespace NActors