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

Retrying disposables #81

Open jackfirth opened 7 years ago

jackfirth commented 7 years ago

Given a disposable, it should be easy to wrap it in a disposable whose allocation and deallocation are retried according to some retryer.