Skip to content

Question regarding Clients conforming to Sendable Protocol #1534

Answered by tgrapperon
inwoodev asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @inwoodev, you're right, this is mostly an oversight. It could probably be removed, and you're not missing anything special.
Implicit conformance to Sendable is not possible when the value type is generic, or of course when it hosts non Sendable properties. This is not the case here, and WeatherClient is implicitly Sendable.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@inwoodev
Comment options

Answer selected by inwoodev
Comment options

You must be logged in to vote
1 reply
@inwoodev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants