Zoff
01/24/2025, 7:49 AMRow() {
val x = do_sql_stuff_here()
Text(x)
}
is there a "simple" way to say that do_sql_stuff_here()
must always finish and never be cancelled?Alexander Maryanovsky
01/24/2025, 10:33 AMZoff
01/24/2025, 10:49 AMAlexander Maryanovsky
01/24/2025, 10:55 AMAlexander Maryanovsky
01/24/2025, 10:56 AMKirill Grouchnikov
01/24/2025, 2:21 PMZach Klippenstein (he/him) [MOD]
01/24/2025, 3:02 PM