Skip to content
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(async/unstable): add throttle() function #6110

Merged
merged 4 commits into from
Oct 21, 2024

Conversation

lowlighter
Copy link
Contributor

Closes #6109

@github-actions github-actions bot added the async label Oct 11, 2024
@lowlighter lowlighter changed the title feat(async): add throttle() function feat(async/unstable): add throttle() function Oct 11, 2024
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.56%. Comparing base (a4cd8af) to head (fd6f492).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6110      +/-   ##
==========================================
+ Coverage   96.55%   96.56%   +0.01%     
==========================================
  Files         534      535       +1     
  Lines       40589    40629      +40     
  Branches     6093     6096       +3     
==========================================
+ Hits        39190    39234      +44     
+ Misses       1355     1351       -4     
  Partials       44       44              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lowlighter lowlighter marked this pull request as ready for review October 11, 2024 23:38
@lowlighter lowlighter requested a review from kt3k as a code owner October 11, 2024 23:38
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks nicely designed and implemented to me.

LGTM

@kt3k kt3k merged commit 0f4649d into denoland:main Oct 21, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@std/async: add a throttle() function
2 participants