aboutsummaryrefslogtreecommitdiff
path: root/DebugUtils/GTMSynchronizationAssertsTest.m
Commit message (Collapse)AuthorAge
* Add GTMSynchronizationAsserts.h/m and a unit test file.Gravatar Thomas Van Lenten2016-04-29
These macros allow code to assert being in or not in a @sync-protected section, which is important when calling across methods or calling out to other classes or callbacks.