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 blocking when leasing from full pool #64

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Also fix a glitch with the test for returning a lease to a deallocated pool.

Closes #10 Closes #54

codecov[bot] commented 7 years ago

Codecov Report

Merging #64 into master will increase coverage by 0.46%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   99.23%   99.69%   +0.46%     
==========================================
  Files          11       11              
  Lines         653      661       +8     
==========================================
+ Hits          648      659      +11     
+ Misses          5        2       -3
Impacted Files Coverage Δ
private/test.rkt 100% <ø> (ø) :arrow_up:
private/pool.rkt 98.92% <100%> (+3.63%) :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 e43df67...cad7d5d. Read the comment docs.