Any ideas why the use() std function is now on Cl...
# announcements
d
Any ideas why the use() std function is now on Closeable instead of AutoCloseable ? This is breaking a lot of existing code that uses Connection and a few other classes which previosuly worked. (they are Closeable but not AutoCloseable)