mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 22:30:40 +01:00
![]() Previous implementation assumes that though RepeatingTask is owned by the task queue, it will stay alive until RepeatingTaskHandler stops it. That assumption doesn't hold by one of downstream TaskQueue implementaions. That TaskQueue implementation shortly before destruction deletes pending delayed tasks because it doesn't plan to run them, and then runs remaining regular tasks. Bug: None Change-Id: Ic95fec2e9961b3f05727ff6fbdaf0664434a995b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/221984 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34274} |
||
---|---|---|
.. | ||
BUILD.gn | ||
pending_task_safety_flag.cc | ||
pending_task_safety_flag.h | ||
pending_task_safety_flag_unittest.cc | ||
repeating_task.cc | ||
repeating_task.h | ||
repeating_task_unittest.cc | ||
to_queued_task.h | ||
to_queued_task_unittest.cc |