commit | a8bc1a1f63ca8b899526b5af0203264f8f281772 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Fri Feb 17 18:06:26 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Sat Feb 18 02:06:26 2017 +0000 |
tree | 14c2980072b923f66bf1a5f2e7e2349aa33a9d64 | |
parent | 884a7284bd11e46840006e92ea8b5fe52abdde27 [diff] |
Relanding: Use std::unique_ptr instead of rtc::scoped_refptr in AsyncInvoker. The AsyncClosures only ever have one thing referencing them, so they should be using std::unique_ptr to manage ownership. Maybe this code was written before std::unique_ptr was available. Originally reverted because it made a change to ScopedMessageData that wasn't backwards compatible, and applications using the rtc::Thread infrastructure may be using it. BUG=None NOTRY=True Review-Url: https://codereview.webrtc.org/2689233003 Cr-Commit-Position: refs/heads/master@{#16684}
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.