aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/base.h
blob: 79fccc312e95ba5fe68d9f2ca271c43c26298768 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <util/system/defaults.h>

namespace NBus {
    /// millis since epoch
    using TBusInstant = ui64;
    /// returns time in milliseconds
    TBusInstant Now();

}