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

Concurrently deallocate values #34

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #24

codecov[bot] commented 7 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.25%. The diff coverage is 70.58%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #34      +/-   ##
=========================================
+ Coverage   76.34%   76.6%   +0.25%     
=========================================
  Files          10      10              
  Lines         520     530      +10     
=========================================
+ Hits          397     406       +9     
- Misses        123     124       +1
Impacted Files Coverage Δ
main.rkt 45.83% <0%> (-0.49%) :arrow_down:
scribblings/main.scrbl 100% <100%> (ø) :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 20a37d5...1a9d8f3. Read the comment docs.