EnvVolumeTracker
abstract class EnvVolumeTracker<VolumeT : EnvVolume>(setCreator: () -> MutableSet<VolumeT>? = null) : AutoCloseableInstanceTracker<VolumeT>
A resource tracker for tracking a collection of EnvVolume.
This class implements AutoCloseable to allow owners to clean up volumes after use.
Parameters
setCreator
Creator for the Set used to track instances.