What does Swift's `Sendable` protocol communicate about a type?
-
A
The type can be serialized to JSON
-
B
The type is safe to pass across actor boundaries without data races
-
C
The type conforms to `Codable`
-
D
The type can be sent over a network connection