allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

Make CallbackStore.close() idempotent.

Open brettle opened this issue 3 months ago • 0 comments

This is "strongly recommended" in the javadocs for the AutoCloseable.close(). See: https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html#close--

brettle avatar May 26 '24 23:05 brettle