commit | 502db3df4e60a692687c56997c951de4440c67a7 | [log] [tgz] |
---|---|---|
author | Qingsi Wang <qingsi@google.com> | Wed May 16 17:01:37 2018 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 17 01:05:31 2018 +0000 |
tree | 173eee88ace25a547d6f979144e4d3f8555af574 | |
parent | 10a0e516bfcca7d31684cc5a68a2723b6677d426 [diff] |
Replace MessageHandler by AsyncInvoker in P2PTransportChannel. The existing asynchronous task execution in P2PTransportChannel is implemented by posting messages to its network thread (a rtc::Thread) and consuming these messages as a MessageHandler. The readability of the implementation can be improved by using AsyncInvoker, which is exactly designed for this scenario. Bug: None Change-Id: Ibee830d0d2bc19fc1ca5b894f194d9b69c40eef4 Reviewed-on: https://webrtc-review.googlesource.com/74642 Commit-Queue: Qingsi Wang <qingsi@google.com> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23267}
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.