Is it possible within a Coroutine to detect thread...
# multiplatform
a
Is it possible within a Coroutine to detect thread ID within the iosApp module in my KMP project?
j
I suppose you want to call the platform's pthread_getthreadid_np()?