Instance Methodswift-nio 2.81.0NIOConcurrencyHelpers
unlock
Release the lock.
func unlock()
Whenever possible, consider using withLock
instead of this method and lock
, to simplify lock handling.
Release the lock.
func unlock()
Whenever possible, consider using withLock
instead of this method and lock
, to simplify lock handling.