webrtc/rtc_base/task_utils
Philipp Hancke a204ad210d clean up misc TimeDelta use
follow-up from https://webrtc-review.googlesource.com/c/src/+/262810

* replace Time::Millis(0) and TimeDelta::Millis(0) with ::Zero()
* drop unnecessary webrtc namespace from some TimeDeltas
* make TimeDelta do the unit conversion for stats

BUG=webrtc:13756

Change-Id: Ic60625ae0fc7959a47a6be9f5051851feaf76373
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/265875
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37664}
2022-08-02 13:52:36 +00:00
..
BUILD.gn Migrate rtc_base and rtc_tools to absl::AnyInvocable based TaskQueueBase interface 2022-07-19 10:57:42 +00:00
pending_task_safety_flag.h Move to_queued_task.h and pending_task_safety_flag.h into public API 2022-06-17 09:20:39 +00:00
repeating_task.cc Refactor RepeatingTask to use absl::AnyInvocable functions of TaskQueue 2022-07-06 10:15:53 +00:00
repeating_task.h Refactor RepeatingTaskHandle to use absl::AnyInvocable 2022-06-30 12:22:17 +00:00
repeating_task_unittest.cc clean up misc TimeDelta use 2022-08-02 13:52:36 +00:00
to_queued_task.h Move to_queued_task.h and pending_task_safety_flag.h into public API 2022-06-17 09:20:39 +00:00