[Swift language features] Implement Swift async #2837
Labels
area-SwiftBindings
Swift bindings for .NET
User Story
A single user-facing feature. Can be grouped under an epic.
Description
Swift async function is projected into a function with C# Task. For each Swift function, there is a Swift wrapper function that calls into C# callback upon completion of the async operation.
The existing approach generate a wrapper Swift function for each async function.
Follow-up work for Swift async: #2950
The text was updated successfully, but these errors were encountered: