commit | 46b4a0f3fa7faa174b378b562207067c59f54a6b | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Tue Mar 26 14:24:23 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 26 14:59:56 2019 |
tree | 3c8af05bdc0af03302c8a6e945077640e1367018 | |
parent | 07122bc87ea6046f47d96f5b13d337172b4a260c [diff] |
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}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.