Allow microseconds (float?) as timeout
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 33
- Forks
- 8
- Avg merge
- 54m
- Merged PRs (30d)
- 1
Description
Good day. It not nessesery, but how about add microseconds as timeout - as additional argument or change current type to float? For example (my case) it can be used for some external API with limited requests per second. Thanks
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
Start by tracing how timeout values are accepted and enforced in the mutex implementation, then review any existing timeout tests. Compare the requested float timeout with an additional microseconds argument and clarify the intended API and precision behavior. Done means the chosen timeout form is implemented consistently and covered by tests, including the external rate-limited use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100