suspend fun SQLRowStream.closeAwait(): Unit
Closes the stream/underlying cursor(s). The actual close happens asynchronously.
handler - called when the stream/underlying cursor(s) is(are) closed
handler