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

Emphasize uses in distributed systems in docs #98

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Disposables are meant for stuff that can only be cleaned up on a best effort basis, which makes them highly suitable in distributed systems. Related to #93