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 custodian and docs improvements #102

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #99 Closes #98 Closes #94 Closes #93

codecov[bot] commented 7 years ago

Codecov Report

Merging #102 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #102    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          22     22            
  Lines        1390   1503   +113     
======================================
+ Hits         1390   1503   +113
Impacted Files Coverage Δ
disposable-test/tests/main.rkt 100% <100%> (ø) :arrow_up:
disposable/scribblings/base.rkt 100% <100%> (ø) :arrow_up:
disposable-test/tests/util.rkt 100% <100%> (ø) :arrow_up:
disposable/scribblings/lite.scrbl 100% <100%> (ø) :arrow_up:
disposable/main.rkt 100% <100%> (ø) :arrow_up:
disposable/scribblings/transient.scrbl 100% <100%> (ø) :arrow_up:
disposable/scribblings/main.scrbl 100% <100%> (ø) :arrow_up:
disposable/info.rkt 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 27cbc8d...b7df90f. Read the comment docs.