The lock-isolated value.
var value: Value { get }
s17ConcurrencyExtras12LockIsolatedCAAs8SendableRzlE5valuexvp
399C7
where Value:Sendable
import ConcurrencyExtras
Useful, testable Swift concurrency.
@dynamicMemberLookup final class LockIsolated<Value>
A generic wrapper for isolating a mutable value with a lock.
protocol Sendable