commit | d57274888541baaf654e55667a19aa0bd75aa503 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Fri Jan 03 13:43:10 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 03 16:37:42 2020 |
tree | 42871f5de9836f042235e27d60c264380fc98e79 | |
parent | 3828c30b0638ff82f54b2b5eba64310d065dc767 [diff] |
Run delay tasks on time when using GlobalSimulatedTimeController. This change means tasks scheduled at the end time reached when making a call to GlobalSimulatedTimeController::AdvanceTime will also be executed. In other words, with this change, if you schedule a task in X milliseconds and then call AdvanceTime(TimeDelta::ms(X)) the scheduled task will be executed. Bug: none Change-Id: I337e574a88b235639e82ffcacf1484daa6cf3172 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/164522 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30146}
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.