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
Since the jvm implementation is the same one that runs on bb, and bb doesn't expose java.lang.AutoCloseable, I don't think portal can easily do this without forking the implementation a bit.
If
portal.runtime.jvm.client.Portal
would implementjava.lang.AutoCloseable
, I could(with-open [_ (p/open {,,,})] ,,,)
.The text was updated successfully, but these errors were encountered: