Debugging
Note: this API is unstable and may change in any release.
A set of utilities for debugging Kotlin/Native runtime.
Properties
forceCheckedShutdown
Run full checked deinitialization on shutdown.
var forceCheckedShutdown: Boolean
isThreadStateRunnable
Whether the current thread's state allows running Kotlin code.
val isThreadStateRunnable: Boolean