init(_:)
Initialize an async value from an existing mutable async value.
Declaration
init(_ mutableValue: consuming InferenceFunction.AsyncMutableValue)Parameters
- mutableValue:
The mutable value that this value will be initialized from. The resulting value will reference the same underlying value within the mutable value and carry the same event to signal when the value is ready.