assertk / ThreadLocalRef

ThreadLocalRef

open expect class ThreadLocalRef<T>

Platform and version requirements: Common

Constructors

<init>

ThreadLocalRef(initial: () -> T)

Functions

get

fun get(): T

set

fun set(value: T): Unit