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

Delay freeing Slab ids until events are processed #156

Merged
merged 2 commits into from
Oct 5, 2023

Update src/loop_logic.rs

c219880
Select commit
Loading
Failed to load commit list.
Merged

Delay freeing Slab ids until events are processed #156

Update src/loop_logic.rs
c219880
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 5, 2023 in 1s

86.87% (+0.03%) compared to 7ae6f36

View this Pull Request on Codecov

86.87% (+0.03%) compared to 7ae6f36

Details

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (7ae6f36) 86.84% compared to head (c219880) 86.87%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   86.84%   86.87%   +0.03%     
==========================================
  Files          14       14              
  Lines        1817     1829      +12     
==========================================
+ Hits         1578     1589      +11     
- Misses        239      240       +1     
Files Coverage Δ
src/io.rs 73.93% <100.00%> (ø)
src/loop_logic.rs 87.67% <93.93%> (+0.13%) ⬆️

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