webrtc/rtc_base/task_utils
Sebastian Jansson 46b4a0f3fa Removes PostStop from RepeatingTaskHandle.
It isn't used and can easily be replaced with posting a task, as shown
in the changes to the unit test.

Also removing the sequenced task checker that no longer adds any value.
We now ensure that the task can only be stopped with a reference to the
 task queue it runs on.

Bug: webrtc:10365
Change-Id: Ie8aef6f742c55db1fb686f20c2a28c606c721fa0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/129725
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27292}
2019-03-26 14:59:56 +00:00
..
BUILD.gn Use TaskQueueForTest instead or TaskQueue in unittests 2019-03-26 14:42:49 +00:00
repeating_task_unittest.cc Removes PostStop from RepeatingTaskHandle. 2019-03-26 14:59:56 +00:00
repeating_task.cc Removes PostStop from RepeatingTaskHandle. 2019-03-26 14:59:56 +00:00
repeating_task.h Removes PostStop from RepeatingTaskHandle. 2019-03-26 14:59:56 +00:00
to_queued_task_unittest.cc Move rtc::NewClosure into own build target as ToQueuedTask 2019-03-04 09:00:38 +00:00
to_queued_task.h Move rtc::NewClosure into own build target as ToQueuedTask 2019-03-04 09:00:38 +00:00