Skip to content

Migrate from callbacks to async/await (Swift 6 concurrency) #21

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

Merged

Conversation

DominikPalo
Copy link
Member

@DominikPalo DominikPalo force-pushed the feature/PS-22018-Migrate-from-callbacks-to-async-await branch 2 times, most recently from b8582ac to c018d0f Compare November 28, 2024 15:44
@DominikPalo DominikPalo force-pushed the feature/PS-22018-Migrate-from-callbacks-to-async-await branch from c018d0f to c11d5b1 Compare November 29, 2024 14:44
@jozefizso jozefizso linked an issue Nov 29, 2024 that may be closed by this pull request
@DominikPalo DominikPalo force-pushed the feature/PS-22018-Migrate-from-callbacks-to-async-await branch 7 times, most recently from 1e61d9c to 0408380 Compare April 22, 2025 12:05
@DominikPalo DominikPalo force-pushed the feature/PS-22018-Migrate-from-callbacks-to-async-await branch 10 times, most recently from 25bb5fd to c171ab6 Compare April 24, 2025 11:40
@DominikPalo DominikPalo force-pushed the feature/PS-22018-Migrate-from-callbacks-to-async-await branch 3 times, most recently from 009b90e to daf3edd Compare May 5, 2025 15:06
…ft concurrency)

- Rewrote OAuth2 functions to utilize async/await syntax for improved readability and maintainability.
- Leveraged Swift concurrency to streamline asynchronous operations and reduce callback complexity.
@DominikPalo DominikPalo force-pushed the feature/PS-22018-Migrate-from-callbacks-to-async-await branch from dbe1861 to 5619a48 Compare May 15, 2025 12:23
m-kovac
m-kovac previously approved these changes May 19, 2025
@DominikPalo DominikPalo force-pushed the feature/PS-22018-Migrate-from-callbacks-to-async-await branch from 5619a48 to f3b6a12 Compare June 11, 2025 11:25
@DominikPalo DominikPalo requested a review from jozefizso June 11, 2025 11:25
@DominikPalo DominikPalo changed the title [WIP] Migrate from callbacks to async/await Migrate from callbacks to async/await (Swift 6 concurrency) Jun 11, 2025
@DominikPalo DominikPalo marked this pull request as ready for review June 11, 2025 11:26
@DominikPalo DominikPalo requested a review from m-kovac June 11, 2025 11:31
@DominikPalo DominikPalo merged commit 209945c into main Jun 12, 2025
15 checks passed
@DominikPalo DominikPalo deleted the feature/PS-22018-Migrate-from-callbacks-to-async-await branch June 12, 2025 07:10
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.

Code: Refactor the library to use async/await pattern
4 participants