commit | cff98dc2d6a4239fee83f90c9f48e86382f4e244 | [log] [tgz] |
---|---|---|
author | eladalon <eladalon@webrtc.org> | Thu Aug 24 12:04:56 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 24 12:04:56 2017 |
tree | fcdd15a14d00d963bc5fc8798803b9931653df04 | |
parent | a4955b4d9a0ef84ffe1aa262a38f77740f53fa4d [diff] |
Add GUARDED_BY in DirectTransport Add GUARDED_BY annotation to DirectTransport to demonstrate that next_scheduled_task_ is properly protected. SendRtp(), SendRtcp(), etc., remain as unprotected as they were before the migration from using a thread to using a task-queue. BUG=webrtc:8113 TBR=stefan@webrtc.org Review-Url: https://codereview.webrtc.org/3002163003 Cr-Commit-Position: refs/heads/master@{#19487}
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.