fromCloseable

fun <A : Closeable> Resource.Companion.fromCloseable(f: suspend () -> A): Resource<A>