unlock

Release the lock.

Spinlock.swift:49
func unlock()

Whenever possible, consider using Lockable.withLock() instead of this method and lock(), to simplify lock handling.