You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go provides the defer statement which makes it easy for functions to ensure that cleanup (e.g. closing a file descriptor) is performed on any return from the function.
It would be nice if Ballerina provided similar functionality.
This may be related to the programming model for transactions #267.
The text was updated successfully, but these errors were encountered:
Go provides the defer statement which makes it easy for functions to ensure that cleanup (e.g. closing a file descriptor) is performed on any return from the function.
It would be nice if Ballerina provided similar functionality.
This may be related to the programming model for transactions #267.
The text was updated successfully, but these errors were encountered: