just ran into a bit of a footgun with the `using` directive in js for explicit-resource-management.
if you're using a resource for some function and then that closure returns `resource.getSomething()` - if getSomething is a promise that relies on the resource being available, you'll get an error.
about 2 months ago