another question: is `AResource().use { .. }` is t...
# announcements
v
another question: is
AResource().use { .. }
is the way disposable resources should be handled in Kotlin? I saw a
using { ... }
proposal somewhere, what's happened to it?