withLockIfAvailableUnchecked(_:)

Declaration

func withLockIfAvailableUnchecked<R>(_ body: (inout State) throws -> R) rethrows -> R?