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

fix borrow error when scheduling future inside an executor's callback #165

Merged
merged 1 commit into from
Dec 21, 2023

fix borrow error when scheduling future inside an executor's callback

ba35762
Select commit
Loading
Failed to load commit list.
Merged

fix borrow error when scheduling future inside an executor's callback #165

fix borrow error when scheduling future inside an executor's callback
ba35762
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 21, 2023 in 1s

86.40% (+0.09%) compared to c6f6b88

View this Pull Request on Codecov

86.40% (+0.09%) compared to c6f6b88

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c6f6b88) 86.30% compared to head (ba35762) 86.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #165      +/-   ##
==========================================
+ Coverage   86.30%   86.40%   +0.09%     
==========================================
  Files          16       16              
  Lines        2008     2008              
==========================================
+ Hits         1733     1735       +2     
+ Misses        275      273       -2     

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