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

Allocate values concurrently in apply #45

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Also fix issue where exception thrown in deallocation would be swallowed (uses delay instead of manually synchronizing on thread death; delay throws raised exceptions)

Closes #33

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   96.17%   96.17%           
=======================================
  Files          12       12           
  Lines         602      602           
=======================================
  Hits          579      579           
  Misses         23       23
Impacted Files Coverage Δ
main.rkt 91.48% <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 f56841d...ad73add. Read the comment docs.