From #61 (comment)
Since this is a fairly low-level package, it would be nice to remove any dependencies that aren't strictly necessary. Disposable is one of those, since Machine could provide that functionality via a dispose() method that is easily integrated into an API like Disposable if desired by the consumer.
From #61 (comment)
Since this is a fairly low-level package, it would be nice to remove any dependencies that aren't strictly necessary. Disposable is one of those, since
Machinecould provide that functionality via adispose()method that is easily integrated into an API likeDisposableif desired by the consumer.