commit | 0fd4c4e630e55644228263dd74f60cb9393656bf | [log] [tgz] |
---|---|---|
author | Tomas Gunnarsson <tommi@webrtc.org> | Fri Sep 04 14:33:25 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 04 22:09:39 2020 |
tree | 9e2e32a85881646d630533ab270903f5adb57da6 | |
parent | d46db9f1523ae45909b4a6fdc90a140443068bc6 [diff] |
Stop using AutoThread in Thread::Send and make it test only. Send() was creating an instance of AutoThread for every call, which is equivalent of instantiatiating a whole new instance of Thread (AutoThread inherits from Thread) and not just ensuring that a thread instance is registered for the current thread, as the comments indicated. Bug: webrtc:11908 Change-Id: I8bbb43ca83c30d9f5e1928205b3611271ecad053 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183441 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32037}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.