You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First of wall a huge thank you for all of the hard work you've put into Factory, I love it!
I was wondering if there is any way in which @injected properties can be used within a Sendable conforming Class while also avoiding the Concurrency warning related to mutability.
Example:
final class Service: Sendable {
@Injected(\.apiClient) private var apiClient
....
}
-> throws a warning "stored property '_apiClient' of 'Sendable'-conforming class 'Service' is mutable"
Thanks you in advance for looking at this!
The text was updated successfully, but these errors were encountered:
Hi! First of wall a huge thank you for all of the hard work you've put into Factory, I love it!
I was wondering if there is any way in which @injected properties can be used within a Sendable conforming Class while also avoiding the Concurrency warning related to mutability.
Example:
-> throws a warning "stored property '_apiClient' of 'Sendable'-conforming class 'Service' is mutable"
Thanks you in advance for looking at this!
The text was updated successfully, but these errors were encountered: