Apple, Android, Swift, Kotlin, KMP
I am trying to have a better grasp on the sending keyword. Taking your examples from Concurrency Step-by-Step. If we keep DataModel non-sendable. Then we would have `func loadModel(named name: String) async -> sending DataModel`
Is there a drawback there?
I am trying to have a better grasp on the sending keyword. Taking your examples from Concurrency Step-by-Step. If we keep DataModel non-sendable. Then we would have `func loadModel(named name: String) async -> sending DataModel`
Is there a drawback there?