WebAssembly / WebAssembly/WASI
Split interfaces to separate sleeping from reporting the time?
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 5.8k
- Forks
- 333
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 3
Description
Currently, the monotonic-clock interface includes functions for reading the current time and functions for sleeping for a given duration. In theory, some users may want to just have the ability to sleep without reading the current time, so it's worth considering splitting these into separate interfaces.
Contributor guide
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
The issue does not name files, tests, or entry points. Start by locating the monotonic-clock interface definition and reviewing how its time-reading and sleeping functions are used. Done would require an agreed design for whether and how those capabilities should be separated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- operating-systems
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100