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

feat: New SendableProperty property wrapper #125

Merged
merged 3 commits into from
May 29, 2024

Conversation

adrien-coye
Copy link
Contributor

@adrien-coye adrien-coye commented May 29, 2024

Abstract

In some situations, migrating code to async await it not straight forward.
Introducing SendableProperty.
The wrapped property of this property wrapper has read and write protected from collisions.

SendableProperty is a quickwin that goes along with SendableArray and SendableDictionary.
It is still preferable to use Async/Await where it can be used.

@adrien-coye adrien-coye marked this pull request as ready for review May 29, 2024 12:21
@adrien-coye adrien-coye changed the title feat: New SendableProperty property wrapper. feat: New SendableProperty property wrapper May 29, 2024
…operty.swift

Co-authored-by: Philippe Weidmann <philippe.weidmann@infomaniak.com>
Copy link

sonarcloud bot commented May 29, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@adrien-coye adrien-coye merged commit 492a085 into APIV3 May 29, 2024
4 checks passed
@adrien-coye adrien-coye deleted the APIV3_SendableProperty branch May 29, 2024 12:34
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.

None yet

2 participants