base.h 186 B

1234567891011
  1. #pragma once
  2. #include <util/system/defaults.h>
  3. namespace NBus {
  4. /// millis since epoch
  5. using TBusInstant = ui64;
  6. /// returns time in milliseconds
  7. TBusInstant Now();
  8. }