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

Rename acquire-thread to acquire, provide keyword for disposal event #18

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #15

codecov[bot] commented 7 years ago

Codecov Report

Merging #18 into master will increase coverage by <.01%. The diff coverage is 76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   74.08%   74.09%   +<.01%     
==========================================
  Files           9        9              
  Lines         467      471       +4     
==========================================
+ Hits          346      349       +3     
- Misses        121      122       +1
Impacted Files Coverage Δ
scribblings/main.scrbl 100% <100%> (ø) :arrow_up:
main.rkt 45.05% <14.28%> (-1.1%) :arrow_down:

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 c059067...5a55b41. Read the comment docs.