# `GSLayer unlockWriteAnchors`

*Instance Method*

Releases the write lock for anchors.

## Declaration

```swift
func unlockWriteAnchors()
```

```objc
- (void) unlockWriteAnchors;
```

```python
unlockWriteAnchors()
```

## See Also

### Anchor Locks

- [`GSLayer lockReadAnchors`](/Core/GlyphsCore/GSLayer/lockReadAnchors) — Acquires the read lock for anchors.
- [`GSLayer unlockReadAnchors`](/Core/GlyphsCore/GSLayer/unlockReadAnchors) — Releases the read lock for anchors.
- [`GSLayer lockWriteAnchors`](/Core/GlyphsCore/GSLayer/lockWriteAnchors) — Acquires the write lock for anchors.

