This implementation will not work atm. We still need to implement a connection between the main thread and the Tokio runtime. rt.spawn() requires the future to implement Sync, which open_folder() does not. This is because it contains pointers to GTK4 objects, which aren't thread-safe. Or, alternatively just use another alternative runtime that doesn't require Sync. Idk if there are any. |
||
---|---|---|
.gitlab/issue_templates | ||
src | ||
.gitignore | ||
.pre-commit-config.yaml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
clippy.toml |