webrtc/rtc_base/task_utils
Sebastian Jansson a497d12a02 Avoids PostTask to repost a repeated task.
There seems to be a race caused by the libevent wrapping TaskQueue
implementation when reposting a repeated task at destruction time. This
race results in the posted task being leaked according to asan.

Bug: webrtc:10278
Change-Id: Ida40b884547f3f789a804ca0ab3ce36982a4d68e
Reviewed-on: https://webrtc-review.googlesource.com/c/121424
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26839}
2019-02-25 12:03:39 +00:00
..
BUILD.gn Adds repeating task class. 2019-01-18 10:55:41 +00:00
repeating_task.cc Avoids PostTask to repost a repeated task. 2019-02-25 12:03:39 +00:00
repeating_task.h Adds repeating task class. 2019-01-18 10:55:41 +00:00
repeating_task_unittest.cc Avoids PostTask to repost a repeated task. 2019-02-25 12:03:39 +00:00