init(instance:)
Initializes a new UnsafeSendableWrapper
with the provided instance.
init(instance: T)
Parameters
- instance
The non-Sendable instance to wrap.
Initializes a new UnsafeSendableWrapper
with the provided instance.
init(instance: T)
The non-Sendable instance to wrap.