commit | 9e46cf5cc5dbd24e0602767a72b211eb23d46233 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Mon May 04 16:43:05 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon May 04 18:10:00 2020 +0000 |
tree | 6c25b8d2cabac3854d11dc157ee1bb90a58417c1 | |
parent | d7197080c086f1961a382cce3773e481334f4b6b [diff] |
Introduce a RunLoop class that supports the TaskQueue interface on the current thread. This simplifies writing async tests that use TaskQueue and doesn't require spinning up a new thread for simple things. The implementation is currently based on rtc::Thread, which could also be useful in some circumstances while migrating code over to TQ. Remove PressEnterToContinue from the test_common files since it's very specific and only used from one file. Bug: none Change-Id: I8b2c6c40809271a109ec17cf7e1120847645d58a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174260 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31160}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.