commit | 8c38e8b9b96d72317d6ce94c1442113b4e385dcb | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@webrtc.org> | Thu Nov 26 16:45:47 2015 |
committer | Peter Boström <pbos@webrtc.org> | Thu Nov 26 16:45:57 2015 |
tree | 3c10fadf87e9a42790edf03b20162a42db091373 | |
parent | ad113e50d251c95adcf501ed29f8312ad1193a35 [diff] |
Clean up PlatformThread. * Move PlatformThread to rtc::. * Remove ::CreateThread factory method. * Make non-scoped_ptr from a lot of invocations. * Make Start/Stop void. * Remove rtc::Thread priorities, which were unused and would collide. * Add ::IsRunning() to PlatformThread. BUG= R=tommi@webrtc.org Review URL: https://codereview.webrtc.org/1476453002 . Cr-Commit-Position: refs/heads/master@{#10812}
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.