void SRMutexUnlock()

in SocketRocket/Internal/Utilities/SRMutex.m [42:45]


void SRMutexUnlock(SRMutex mutex)
{
    pthread_mutex_unlock(mutex);
}