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

Initialize Monero and Bitcoin wallets concurrently #133

Closed
binarybaron opened this issue Nov 6, 2024 · 1 comment
Closed

Initialize Monero and Bitcoin wallets concurrently #133

binarybaron opened this issue Nov 6, 2024 · 1 comment
Labels
GUI Related to the Tauri GUI

Comments

@binarybaron
Copy link

When building the context we initialize both wallets sequentually but we could significantly speed up the startup time by putting them both in a tokio::try_join!.

@binarybaron binarybaron added the GUI Related to the Tauri GUI label Nov 6, 2024
@binarybaron
Copy link
Author

Closed by #198

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Related to the Tauri GUI
Projects
None yet
Development

No branches or pull requests

1 participant