commit | 7eaa4ea75f8d3440b735c0b8311b4c9c7997763d | [log] [tgz] |
---|---|---|
author | nisse <nisse@webrtc.org> | Mon May 08 05:25:41 2017 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon May 08 12:25:41 2017 +0000 |
tree | d6a95252830b32f88e068ca2b888ec811c310a39 | |
parent | d2690ddfff9202ee3caad5ba3a6ac125160cfcd5 [diff] |
Delete method MessageQueue::set_socketserver Instead, make the pointer to the associated socket server a construction time const, and delete its lock. Introduces a helper class AutoSocketServerThread for code (mainly tests) which need a socket server associated with the current thread. BUG=webrtc:7501 Review-Url: https://codereview.webrtc.org/2828223002 Cr-Commit-Position: refs/heads/master@{#18047}
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.