Seastar
High performance C++ framework for concurrent servers
Public Types | Static Public Member Functions | List of all members
seastar::manual_clock Class Reference

Public Types

using rep = int64_t
 
using period = std::chrono::nanoseconds::period
 
using duration = std::chrono::duration< rep, period >
 
using time_point = std::chrono::time_point< manual_clock, duration >
 

Static Public Member Functions

static time_point now () noexcept
 
static void advance (duration d) noexcept
 

The documentation for this class was generated from the following file: