commit | 97c4458c8fd7b6e81a95f3a0c268d9fe6a335311 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Tue Apr 20 15:41:54 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 21 07:44:31 2021 |
tree | fced2b91962c97491dc5dbea659925db89ec89c1 | |
parent | 6ef4af95468ffa8d6764e52c40d398b64d000db2 [diff] |
PlatformThread: add support for detached threads. The change introduces support for detachable PlatformThreads, for which the Stop() call doesn't wait until the thread has finished executing. The change also introduces rtc::ThreadAttributes that carries priority and detachability thread attributes. It additionally refactors all known use to use the new semantics. Bug: b:181572711, webrtc:12659 Change-Id: Id96e87c2a0dafabc8047767d241fd5da4505d14c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/214704 Reviewed-by: Tommi <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33796}
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.