---
title: "withLock(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nslocking/withlock(_:)"
---

# withLock(_:)

## Declaration

```swift
func withLock<R>(_ body: () throws -> R) rethrows -> R
```
