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
Implementations in other languages:
- Python: with blocks
- Gleam: use declarations that can be set to functions that take a callback.
- JavaScript: using declarations that can be set to objects with a dispose method
- Java: try blocks (Try-with-Resources)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
- Python:
withblocks- Gleam:
usedeclarations that can be set to functions that take a callback.- JavaScript:
usingdeclarations that can be set to objects with a dispose method- Java:
tryblocks (Try-with-Resources)useorusing?All reactions