commit | f504dd305dee0e1af4b658da7dde4d3ac63f339d | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Wed Jun 05 14:16:59 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jun 10 11:00:44 2019 +0000 |
tree | ee266f6bfb10b627e80944de79c52430a9867b2b | |
parent | dfd7f3074ed4db26c2c3476566f5f0e24654d96e [diff] |
Rewrite TaskQueueTest.PostALot avoid waiting while executing a Task to discourage blocking. fix accessing tasks_clean_up counter since after TaskQueue is destroyed, it doesn't guarantee sequential execution of the destructors, nor that all pending tasks are destroyed at that moment. Instead verify that all posted tasks will be destroyed eventually. Bug: None Change-Id: I4cfc97ac0787fe2d0b9d2f0d712a37ae0ca9e1aa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/140288 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28208}
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.