-
Notifications
You must be signed in to change notification settings - Fork 133
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
Support sendable in OTSpan #1440
Comments
Thanks for opening the issue @muukii We have not looked into supporting Swift concurrency features but this is interesting use case. Conforming Let me discuss with the team and will get back to you. |
Okay, thanks for replying. In Swift6, swift-concurrency will be enhanced, and errors when it comes to using UNSAFE multi-threading programming. |
We discussed this internally and created a backlog item for prioritization. The use case mentioned makes sense where we want SDK's public types to be thread safe even if the SDK doesn't use any Swift concurrency features. Keep an eye on this issue for further updates. |
@ganeshnj Do ya'll have a target date by which you plan to be ready for Swift 6 and strict concurrency? |
We have bumped the priority of the backlog item to highest. Unfortunately, we don't have date to share as it would require some significant changes how we handle things. We will keep the issue updated. |
The thing
in some cases, potentially moving between threads(actors)
The text was updated successfully, but these errors were encountered: