webrtc/rtc_base/task_utils
Henrik Boström 27e8a095bf Add ability to specify delayed task precision in RepeatingTaskHandle.
See go/postdelayedtask-precision-in-webrtc for context of which use
cases are considered "high" or "low". Most use cases are "low" which
is the default, but this CL allows opting in to "high".

Will be used by FrameBuffer2.

Bug: webrtc:13604
Change-Id: Iebf6eea44779873e78746da749a39e1101b92819
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/248861
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
Commit-Queue: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35776}
2022-01-24 17:56:50 +00:00
..
BUILD.gn Fix RepeatingTask unittest flakiness 2021-11-16 09:19:50 +00:00
pending_task_safety_flag.cc Update rtc_base to not use implicit T* --> scoped_refptr<T> conversion 2022-01-13 12:01:30 +00:00
pending_task_safety_flag.h Update rtc_base to not use implicit T* --> scoped_refptr<T> conversion 2022-01-13 12:01:30 +00:00
pending_task_safety_flag_unittest.cc Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
repeating_task.cc Add ability to specify delayed task precision in RepeatingTaskHandle. 2022-01-24 17:56:50 +00:00
repeating_task.h Add ability to specify delayed task precision in RepeatingTaskHandle. 2022-01-24 17:56:50 +00:00
repeating_task_unittest.cc Add ability to specify delayed task precision in RepeatingTaskHandle. 2022-01-24 17:56:50 +00:00
to_queued_task.h Delete rtc::Bind 2021-01-29 08:24:43 +00:00
to_queued_task_unittest.cc Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00