creativecreature / sturdyc

A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant
MIT License
331 stars 11 forks source link

fix: Wait before asserting panic cleanup #12

Closed creativecreature closed 4 months ago

creativecreature commented 4 months ago

Overview

Give the goroutine that cleans up the keys post panic some time to run

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.91%. Comparing base (bf36589) to head (037a064).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ======================================= Coverage 91.91% 91.91% ======================================= Files 12 12 Lines 680 680 ======================================= Hits 625 625 Misses 36 36 Partials 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.