aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/base.h
blob: 7448e6ede10363ea5fd349448d750d64233c5f79 (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();

}