when using coroutines? Is NSThread even used? I'm trying to workaround a stack overflow in kotlinx.serialization. But how can I increase Worker stack size? Is it possible? https://youtrack.jetbrains.com/issue/KT-50870
g
Gerard Klijs
01/20/2022, 6:25 AM
Would it not be better to use tail recursion to prevent the stack overflow?