Skip to content
Discussion options

You must be logged in to vote

Try using an AppHandle:

let handle = app.handle();
tauri::async_runtime::spawn(async move {
     handle.emit_all("some_event", "message");
});

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by luoffei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants