---
title: "init(_:)"
framework: synchronization
role: symbol
role_heading: Initializer
path: "synchronization/atomic/init(_:)"
---

# init(_:)

Initializes a value of this atomic with the given initial value.

## Declaration

```swift
init(_ initialValue: consuming Value)
```

## Parameters

- `initialValue`: The initial value to set this atomic.
