ceylon-sdk
ceylon-sdk copied to clipboard
Should file descriptors implement Destroyable?
The types ReadableFileDescriptor and WritableFileDescriptor implement Closeable but perhaps they should also implement Destroyable (which would then call close())
Don't Destroyables have to be created by instantiation rather than through a factory function like newOpenFile?