<@U0ZFBBUBU> as far as i know that callback argume...
# coroutines
d
@groostav as far as i know that callback argument must be suspend fun for it to work, I think it works too if bigComputation is marked as inline (but i have to confirm it). In my case i have a runInWorker { } that uses a threadpool to run in it