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

Add async/await support #64

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Add async/await support #64

wants to merge 6 commits into from

Conversation

carson-katri
Copy link
Owner

@carson-katri carson-katri commented Jan 1, 2022

Resolves #63. This is hidden behind #if swift(>=5.5) to ensure it still builds on older Xcode versions.

@carson-katri carson-katri changed the title Add async/await support Add async/await support Jan 1, 2022
@waly-k
Copy link

waly-k commented Oct 13, 2022

Hey Carson, is there a timeline for when this is being released? Would love to use swift-request in our app, but async/await support is a must for us 😄

@carson-katri
Copy link
Owner Author

@waly-k Unfortunately, I’m not sure when I’ll get back to this. However, you may want to look at request-dl, which a contributor started as a sort of successor to this package: https://github.com/request-dl/request-dl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

async/await support
2 participants