webrtc/rtc_base/task_utils
Sebastian Jansson d841ea6b58 Skip return value check for stopped repeating tasks.
If the repeated task stopped itself, the return value does not matter,
therefore we don't have to check it.

Bug: webrtc:10365
Change-Id: I4a2c7a40a287dd0a8099628e228e9c319409576b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/127545
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27121}
2019-03-14 08:31:19 +00:00
..
BUILD.gn Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue 2019-03-06 18:44:35 +00:00
repeating_task.cc Skip return value check for stopped repeating tasks. 2019-03-14 08:31:19 +00:00
repeating_task.h Removes TaskQueueBase::Current call in repeating task. 2019-03-13 08:17:22 +00:00
repeating_task_unittest.cc Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue 2019-03-06 18:44:35 +00:00
to_queued_task.h Move rtc::NewClosure into own build target as ToQueuedTask 2019-03-04 09:00:38 +00:00
to_queued_task_unittest.cc Move rtc::NewClosure into own build target as ToQueuedTask 2019-03-04 09:00:38 +00:00