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

Allow to override block_on function #411

Merged
merged 3 commits into from
Sep 2, 2024
Merged

Allow to override block_on function #411

merged 3 commits into from
Sep 2, 2024

Conversation

fafhrd91
Copy link
Member

@fafhrd91 fafhrd91 commented Aug 31, 2024

No description provided.

@fafhrd91 fafhrd91 changed the title Add SustemRunner::with_block_on() helper, allows to use custom block_… Add SustemRunner::with_block_on() helper, allows to use custom block_fn Aug 31, 2024
Copy link

codecov bot commented Aug 31, 2024

Codecov Report

Attention: Patch coverage is 85.00000% with 18 lines in your changes missing coverage. Please review.

Project coverage is 90.06%. Comparing base (d87d9b2) to head (f1577b8).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
ntex-rt/src/builder.rs 88.00% 9 Missing ⚠️
ntex-rt/src/system.rs 83.78% 6 Missing ⚠️
ntex-rt/src/arbiter.rs 62.50% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #411   +/-   ##
=======================================
  Coverage   90.05%   90.06%           
=======================================
  Files         202      202           
  Lines       32378    32446   +68     
=======================================
+ Hits        29157    29221   +64     
- Misses       3221     3225    +4     

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

@fafhrd91 fafhrd91 changed the title Add SustemRunner::with_block_on() helper, allows to use custom block_fn Allow to override block_on function Sep 2, 2024
@fafhrd91 fafhrd91 merged commit 4327913 into master Sep 2, 2024
19 of 22 checks passed
@fafhrd91 fafhrd91 deleted the rt-block-on branch September 2, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant