commit | 9c16fe84b99d5c2aca6109aab6bcb1d11b8f88b5 | [log] [tgz] |
---|---|---|
author | perkj <perkj@webrtc.org> | Tue Jul 12 15:04:07 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 12 22:04:13 2016 +0000 |
tree | 0d73394394dbf18af9eb020bb42a5967780ee07c | |
parent | 95663fe7464c2c022cbbf83fa3a7b7b8932be999 [diff] |
Implement SequencedTaskChecker. SequencedTaskChecker is a helper class used to help verify that some methods of a class are called on the same task queue or thread. A SequencedTaskChecker is bound to a a task queue if the object is created on a task queue, or a thread otherwise. BUG=webrtc:5687 Review-Url: https://codereview.webrtc.org/2125113003 Cr-Commit-Position: refs/heads/master@{#13452}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.