suspend fun <T> RowsFetchSpec<T>.awaitFirstOrNull(): T?
Nullable Coroutines variant of RowsFetchSpec.first.
Author Sebastien Deleuze