init(_:)
Initializes a value of this mutex with the given initial state.
Declaration
init(_ initialValue: consuming sending Value)Parameters
- initialValue:
The initial value to give to the mutex.
Initializes a value of this mutex with the given initial state.
init(_ initialValue: consuming sending Value)The initial value to give to the mutex.