Rodrigo Silva
newSuspendedTransaction { runCatching { insert_on_table_one insert_on_table_two insert_on_table_three ... insert_on_table_N }.onFailure { /* some_code */ } }
Emil Kantis
A modern programming language that makes developers happier.