Hi guys. Isn't `Transaction.exec` suspending? I'm ...
# exposed
s
Hi guys. Isn't
Transaction.exec
suspending? I'm trying to make this code suspend until the response from database is received (pinging database):
Copy code
transaction {
            TransactionManager.current().exec("SELECT 1")
        }