Hey all, pls is there some alternative of Thread.c...
# touchlab-tools
p
Hey all, pls is there some alternative of Thread.current.name or Thread.stacktrace in Kotlin/Native?
r
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.