Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Swift language features] Implement Swift async #2837

Closed
Tracked by #95633
kotlarmilos opened this issue Dec 3, 2024 · 0 comments
Closed
Tracked by #95633

[Swift language features] Implement Swift async #2837

kotlarmilos opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
area-SwiftBindings Swift bindings for .NET User Story A single user-facing feature. Can be grouped under an epic.

Comments

@kotlarmilos
Copy link
Member

kotlarmilos commented Dec 3, 2024

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

@kotlarmilos kotlarmilos added the area-SwiftBindings Swift bindings for .NET label Dec 3, 2024
@kotlarmilos kotlarmilos self-assigned this Jan 13, 2025
@kotlarmilos kotlarmilos changed the title [Swift language features] Implement Swift wrappers for async [Swift language features] Implement Swift async Jan 14, 2025
@kotlarmilos kotlarmilos added the User Story A single user-facing feature. Can be grouped under an epic. label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-SwiftBindings Swift bindings for .NET User Story A single user-facing feature. Can be grouped under an epic.
Projects
None yet
Development

No branches or pull requests

1 participant