All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmCommonMain.com.badoo.reaktive.utils.CurrentThread.kt Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.badoo.reaktive.utils

internal actual val currentThreadId: Long get() = Thread.currentThread().id

internal actual val currentThreadName: String get() = Thread.currentThread().name




© 2015 - 2025 Weber Informatics LLC | Privacy Policy