Instance Methodswift-nio 2.72.0NIOConcurrencyHelpers
withLockedValue(_:)
Access the Value
, allowing mutation of it.
func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T
Other members in extension
Types
struct Unsafe
Provides an unsafe view over the lock and its value.
Type members
init(Value
) Initialize the
Value
.
Instance members
var unsafe: Unsafe
Provides an unsafe view over the lock and its value.