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

[Feature] Add Asynchronous helper functions #117 #118

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Conversation

nev21
Copy link
Contributor

@nev21 nev21 commented Jan 3, 2024

No description provided.

@nev21 nev21 added this to the 0.5.0 milestone Jan 3, 2024
Copy link

codecov bot commented Jan 3, 2024

Codecov Report

Merging #118 (eb2e5ee) into main (d9ca01c) will increase coverage by 0.64%.
Report is 1 commits behind head on main.
The diff coverage is 99.32%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #118      +/-   ##
==========================================
+ Coverage   98.67%   99.31%   +0.64%     
==========================================
  Files          14       18       +4     
  Lines         453      585     +132     
  Branches       90      127      +37     
==========================================
+ Hits          447      581     +134     
+ Misses          6        4       -2     
Files Coverage Δ
lib/src/helpers/arrForEachAsync.ts 100.00% <100.00%> (ø)
lib/src/helpers/doWhileAsync.ts 100.00% <100.00%> (ø)
lib/src/helpers/iterForOfAsync.ts 100.00% <100.00%> (ø)
lib/src/internal/constants.ts 100.00% <100.00%> (ø)
lib/src/promise/await.ts 100.00% <100.00%> (+3.03%) ⬆️
lib/src/promise/base.ts 99.35% <100.00%> (+<0.01%) ⬆️
lib/src/promise/debug.ts 100.00% <100.00%> (ø)
lib/src/promise/idlePromise.ts 90.90% <100.00%> (ø)
lib/src/promise/timeoutPromise.ts 100.00% <100.00%> (ø)
lib/src/scheduler/taskScheduler.ts 99.20% <80.00%> (+0.82%) ⬆️

@nev21 nev21 force-pushed the nev21/AsyncHelpers branch 2 times, most recently from fb80f02 to 2bd706c Compare January 4, 2024 09:08
@nev21 nev21 merged commit 4d74f74 into main Jan 8, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant