Perhaps FileHandle should be !Send and !Sync on every platform
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 830
- Forks
- 108
- Avg merge
- 6d 33m
- Merged PRs (30d)
- 2
Description
On linux, the type FileHandle is Send and Sync. On wasm32 FileHandle is !Send and !Sync.
It makes a little bit harder to do multiplatform code because a code that worked on Linux may not compiled on Wasm32.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the FileHandle definitions and platform-specific implementations for Linux and wasm32, then compare their Send and Sync behavior. The work is done when multiplatform code sees consistent trait behavior on both platforms and the existing platform-related checks still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100