| commit | 60d419c5e016ef3b149da26062020b9e9907d30a | [log] [tgz] |
|---|---|---|
| author | Tommi <tommi@webrtc.org> | Wed Nov 05 19:45:43 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 06 09:38:08 2025 |
| tree | 3d660099206f1cadcc3f30ed3e2269e7ae00862e | |
| parent | 3b7ef6826ea6cb4c89c3972b1f14fcb3ed0fa469 [diff] |
Use move-only AnyInvocable in PlatformThread This allows use of move-only lambdas for spawning threads, avoiding the problem with requiring a copy constructor (std::function specific). Bug: none Change-Id: I73e50da49743a5c89cfe806b18c49b4eedda9a97 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/423300 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Auto-Submit: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46142}
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.