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

[Swift6]: Guarantee that unsubscribe to be executed on MainActor #141

Open
2 tasks done
ra1028 opened this issue Aug 30, 2024 · 1 comment
Open
2 tasks done

[Swift6]: Guarantee that unsubscribe to be executed on MainActor #141

ra1028 opened this issue Aug 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ra1028
Copy link
Owner

ra1028 commented Aug 30, 2024

Checklist

  • Reviewed the README and documentation.
  • Checked existing issues & PRs to ensure not duplicated.

Description

Currently the unsubscribe call here is not guaranteed to be executed on MainActor.
Using isolated-synchronous-deinit would make it possible to guarantee to be executed on MainActor at compile time without any workaround.

Example Use Case

N/A

Alternative Solution

No response

Proposed Solution

No response

Motivation & Context

No response

@ra1028 ra1028 added the enhancement New feature or request label Aug 30, 2024
@rasberik
Copy link
Collaborator

rasberik commented Nov 20, 2024

Implemented in 6.1

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

No branches or pull requests

2 participants