something like ```withResource { val a = use(cr...
# getting-started
d
something like
Copy code
withResource {
   val a = use(createA())
   val b = use(createB())
   val c = use(createC())
   ...
}
🧵 1
🧵 1