Releasing system resources #427
Labels
Area/Lang
Relates to the Ballerina language specification
Type/Improvement
Enhancement to language design
Milestone
Many languages provide features to help with releasing system resources, such as open file handles. For example, C# has the using statement which works with
IDisposable
interface. Go has the defer keyword. Java has a try-with-resources statement that works with theAutoCloseable
interface.One key area in Ballerina which could take advantage of this is the SQL connections and streams.
The text was updated successfully, but these errors were encountered: