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] tauri::Builder is !Send #7618

Closed
yydcnjjw opened this issue Aug 15, 2023 · 0 comments · Fixed by #7619
Closed

[feat] tauri::Builder is !Send #7618

yydcnjjw opened this issue Aug 15, 2023 · 0 comments · Fixed by #7619

Comments

@yydcnjjw
Copy link
Contributor

Describe the problem

menu: Option<Box<dyn FnOnce(&AppHandle<R>) -> crate::Result<Menu<R>>>>,

Send is not implemented

Describe the solution you'd like

tauri::Builder is Send

Alternatives considered

No response

Additional context

No response

@yydcnjjw yydcnjjw changed the title [bug] tauri::Builder is !Send [feat] tauri::Builder is !Send Aug 15, 2023
wusyong pushed a commit that referenced this issue Aug 16, 2023
* feat(tauri): impl Send for app::Builder

* chore: add .changes/app-builder-send.md
yydcnjjw added a commit to yydcnjjw/tauri that referenced this issue Sep 8, 2023
…i-apps#7619)

* feat(tauri): impl Send for app::Builder

* chore: add .changes/app-builder-send.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant