jackfirth / racket-disposable

An experimental Racket library providing an abstraction for values associated with external resources that allows automatic resource pooling, per-thread virtual construction, and monadic composition
Apache License 2.0
7 stars 0 forks source link

Add async deallocation #46

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #36

codecov[bot] commented 7 years ago

Codecov Report

Merging #46 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #46      +/-   ##
=========================================
+ Coverage   96.17%   96.3%   +0.12%     
=========================================
  Files          12      12              
  Lines         602     622      +20     
=========================================
+ Hits          579     599      +20     
  Misses         23      23
Impacted Files Coverage Δ
private/test.rkt 100% <ø> (ø) :arrow_up:
scribblings/main.scrbl 100% <100%> (ø) :arrow_up:
main.rkt 92.07% <100%> (+0.58%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 67b0cf0...9adfe10. Read the comment docs.