Hey all, pls is there some alternative of Thread.current.name or Thread.stacktrace in Kotlin/Native?
r
russhwolf
07/16/2020, 4:17 PM
Stately has some thread reference utils that you might be able to use for thread name. Stack trace I know you can read off an exceptions on native, so you might be able to use that as a workaround.