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: useDelay hook #1808

Merged
merged 2 commits into from
Feb 15, 2024
Merged

feat: useDelay hook #1808

merged 2 commits into from
Feb 15, 2024

Conversation

bmingles
Copy link
Contributor

useDelay hook that returns true until a delay timeout has completed then returns false.

resolves #1807

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (36bc251) 46.06% compared to head (4dd54f0) 46.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1808      +/-   ##
==========================================
+ Coverage   46.06%   46.07%   +0.01%     
==========================================
  Files         627      628       +1     
  Lines       37792    37800       +8     
  Branches     9522     9522              
==========================================
+ Hits        17410    17418       +8     
  Misses      20328    20328              
  Partials       54       54              
Flag Coverage Δ
unit 46.07% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@bmingles bmingles merged commit 445f9fe into deephaven:main Feb 15, 2024
5 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 15, 2024
@bmingles bmingles deleted the 1807-use-delay-hook branch February 27, 2024 15:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

useDelay hook
2 participants