🅿️Sendable
⟩
Swift ⟩ Concurrency ⟩ Sendable (protocol)
A thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races.
- a Shape must be Sendable. 
Last updated
Was this helpful?
⟩
Swift ⟩ Concurrency ⟩ Sendable (protocol)
A thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races.
a Shape must be Sendable.
Last updated
Was this helpful?