init()
s20FoundationEssentials11LockedStateVAAytRszlEACyytGycfc
6W76L
where State == ()
import FoundationEssentials
struct LockedState<State>
func lock()
func unlock()
func withLock<R>(_ body: () throws -> R) rethrows -> R where R : Sendable