15 : time_function_(time_function) {}
32 double delay_in_seconds) {
51 std::unique_ptr<Task> task = std::move(
task_queue_.front());
80 if (it->first > now)
return nullptr;
82 std::unique_ptr<Task>
result = std::move(it->second);
static constexpr int64_t kMicrosecondsPerSecond
static constexpr TimeDelta FromMicroseconds(int64_t microseconds)
ZoneVector< RpoNumber > & result
#define DCHECK_GE(v1, v2)
#define DCHECK(condition)