bind

open suspend fun <A> Resource<A>.bind(): A

Compose another Resource program into this ResourceScope. All release functions installed into the Resource lambda will be installed in this ResourceScope while respecting the FIFO order.