• Thomas Van Lenten's avatar
    Only create the readonlySemaphore on demand. · bd41a39f
    Thomas Van Lenten authored
    This will lower the amount of dispatch_semaphores created per Message when the
    full object tree isn't walked in a way that would require them to be created.
    Uses a dispatch_once_t for one time init of the dispatch_semaphore.
    bd41a39f
GPBMessage_PackagePrivate.h 6.28 KB