DescriptionImplement 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
Committed: https://crrev.com/9c16fe84b99d5c2aca6109aab6bcb1d11b8f88b5
Cr-Commit-Position: refs/heads/master@{#13452}
Patch Set 1 #
Total comments: 30
Patch Set 2 : Addressed comments. Rewrote tests. #
Total comments: 20
Patch Set 3 : Self review. #Patch Set 4 : Fix include. #Patch Set 5 : Added support for annotations and fixed tommis review comments. #
Total comments: 7
Patch Set 6 : Addressed comments. #
Messages
Total messages: 17 (4 generated)
|