#How do i wait for a command to invoke without freezing the application?

8 messages · Page 1 of 1 (latest)

viscid marsh
#

https://github.com/fu3x11/argon2id-walletgen/blob/main/argon2id-walletgen-gui/src/app.rs

im just trying to make a simple barebones frontend for this, but the derive_seed() function takes a really long time, and when invoking the command, the whole gui freezes during its processing and my desktop environment keeps saying the application is unresponsive, maybe a pull request or some help would be nice :)

GitHub

A future proof cryptocurrency brainwallet derived from a passphrase with high argon2id parameters. - fu3x11/argon2id-walletgen

abstract bluff
viscid marsh
#

also, will you guys eventually make a github action that compiles to apk and ipa?

abstract bluff
#

If you didn't create your project with mobile support, you can follow the Preparing for Mobile section of the upgrade guide.

#

Yes, tauri-action will also cover mobile. Likely to be added during the release candidate stage.

viscid marsh
#

whats the release candidate stage?