Companion

object Companion

Properties

Link copied to clipboard
const val UNSPECIFIED: String

Extensions

Link copied to clipboard

Returns current thread representation.

Returns KtThread depending on NSThread.currentThread from Apple Foundation Framework.

Returns constant JsMainThread.

Returns KtThread depending on Thread.currentThread from Java Standard Library.

Returns KtThread depending on pthread_self from POSIX.

Returns KtThread depending on GetCurrentThreadId from Windows API.

Link copied to clipboard

KtThread representation of JS main thread.