next.js
2e97a73d
- use explicit resource management for sandbox (#72780)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
use explicit resource management for sandbox (#72780) Migrated every instance of `sandbox` to use the `using` keyword so that the `cleanup` will be automatically performed when the execution leaves the scope.
References
#72780 - use explicit resource management for sandbox
Author
gaojude
Parents
0cbc0793
Loading