async-rs / async-rs/futures-timer
Feature request: Deadline version
Open
- Dominant language
- Rust
- Stars
- 219
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Requesting an associated init for `Delay` that sets it with an `Instant` instead of a `Duration` (and completes instantly if the `Instant` is in the past)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the `Delay` type, its existing `Duration`-based initialization, and related tests. Check how `Instant` is represented and used in the project; done means an associated initialization path accepts an `Instant`, completes immediately for past instants, and has coverage for both past and future deadlines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100