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

Deallocate pool values concurrently upon pool shutdown #44

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #37

codecov[bot] commented 7 years ago

Codecov Report

Merging #44 into master will increase coverage by 0.18%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   95.99%   96.17%   +0.18%     
==========================================
  Files          12       12              
  Lines         599      602       +3     
==========================================
+ Hits          575      579       +4     
+ Misses         24       23       -1
Impacted Files Coverage Δ
private/pool.rkt 95.18% <80%> (+1.43%) :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 9c77d5c...f800f02. Read the comment docs.