commit | 3d4c28778e5f262ccc82f5ba4ebb671ca8496c7b | [log] [tgz] |
---|---|---|
author | eladalon <eladalon@webrtc.org> | Wed Aug 02 14:17:04 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 02 14:17:04 2017 |
tree | e13e29adcd4748f3eb777f296e87a431b46d3fa1 | |
parent | a1eef11516add6cb1fc92dd576fa75d3a1ddef7d [diff] |
Make FlexfecReceiveStreamImpl::started_ into std::atomic<bool> FlexfecReceiveStreamImpl::crit_ was only protecting one boolean, so it's probably better to just make sure that boolean is atomic. BUG=None Review-Url: https://codereview.webrtc.org/2991533002 Cr-Commit-Position: refs/heads/master@{#19217}
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.