-
-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add utils/delay
#547
base: develop
Are you sure you want to change the base?
Conversation
Based off the Notes
|
@kgryte Any objections to the API as laid out in the |
Co-authored-by: Athan <kgryte@gmail.com>
Co-authored-by: Athan <kgryte@gmail.com>
Co-authored-by: Athan <kgryte@gmail.com>
utils/delay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 10 out of 10 changed files in this pull request and generated no suggestions.
/stdlib merge |
Coverage ReportNo coverage information available. |
/stdlib rebase |
/stdlib merge |
/stdlib merge |
Description
This pull request:
setTimeout
, which returns a timeout identifier that can be used to clear a pending invocation by callingclearTimeout
, thedelay
function returns atimeout
object with additional properties and methods.Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers