Open fniephaus opened 1 month ago
We plan to implement Explicit Resource Management in GraalJS.
This proposal introduces syntax and semantics around explicit resource management, a feature similar to Java try-with-resources, C# using, and Python with syntax.
try
using
with
TL;DR
We plan to implement Explicit Resource Management in GraalJS.
Details
This proposal introduces syntax and semantics around explicit resource management, a feature similar to Java
try
-with-resources, C#using
, and Pythonwith
syntax.