webrtc/rtc_base/task_utils
Tommi a98cea863d Remove the PendingTaskSafetyFlag::Pointer type add ScopedTaskSafety.
ScopedTaskSafety simplifies usage of PendingTaskSafetyFlag,
so this CL also includes ToQueuedTask support for ScopedTaskSafety
and test updates.

This is following up on feedback in the following CL:
https://webrtc-review.googlesource.com/c/src/+/174262

Change-Id: Idd38dfc1914b24a05fdc4ad256b409dcf1795fc0
Bug: none
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174740
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31241}
2020-05-13 14:17:39 +00:00
..
BUILD.gn Add support for PendingTaskSafetyFlag to ToQueuedTask. 2020-05-04 18:20:10 +00:00
pending_task_safety_flag.cc Remove the PendingTaskSafetyFlag::Pointer type add ScopedTaskSafety. 2020-05-13 14:17:39 +00:00
pending_task_safety_flag.h Remove the PendingTaskSafetyFlag::Pointer type add ScopedTaskSafety. 2020-05-13 14:17:39 +00:00
pending_task_safety_flag_unittest.cc Remove the PendingTaskSafetyFlag::Pointer type add ScopedTaskSafety. 2020-05-13 14:17:39 +00:00
repeating_task.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
repeating_task.h Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
repeating_task_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
to_queued_task.h Remove the PendingTaskSafetyFlag::Pointer type add ScopedTaskSafety. 2020-05-13 14:17:39 +00:00
to_queued_task_unittest.cc Remove the PendingTaskSafetyFlag::Pointer type add ScopedTaskSafety. 2020-05-13 14:17:39 +00:00