assertk / ThreadLocalRef

ThreadLocalRef

open expect class ThreadLocalRef<T>

Platform and version requirements: Common

Constructors

<init>

ThreadLocalRef()

Functions

get

fun get(): T?

set

fun set(value: T?): Unit