commit | 2f2049af23f4f76878053498dd13eb94ffe8d449 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Wed Nov 06 12:28:11 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 06 13:38:14 2019 |
tree | 2c11aaa42facd4d7961b5288aef14bd2872a2f24 | |
parent | bd826152ddda7816647c129a3e28a071d504ff18 [diff] |
Add blocking call in BandwidthStatsTest destructor task_queue_ outlives the BandwidthStatsTest object, but Posted task captures |this|. Blocking call in the destructor is a simple way to avoid that race (should work as long as posted task doesn't call virtual functions from |this|). Bug: webrtc:10933 Change-Id: Id30badb711480af5ee737b96b9224c1a73e730ee Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158898 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29707}
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.
Authoritative list of directories that contain the native API header files.