commit | ccaaffb44a7f98e68a6763675a2cc8ae02635d6e | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Sat Feb 25 12:56:20 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Sat Feb 25 20:56:20 2017 +0000 |
tree | e04ed1c2d1c6e69962c060365e6a3a7faa46c734 | |
parent | 37510bf0946afef1015eabb66a801af3ac30042a [diff] |
Adding rtc::Unretained to allow avoiding rtc::Bind reference capture. In some rare circumstances, capturing a reference may be undesired. For example, when creating an asynchronous task owned by the object itself, the object may not need or want this task to keep itself alive. BUG=None Review-Url: https://codereview.webrtc.org/2711113008 Cr-Commit-Position: refs/heads/master@{#16840}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.