Package io.ktor.utils.io.concurrent
Functions
expect fun <T> shared(: T): ReadWriteProperty<Any, T> Allows to create mutate property with frozen value. Please note that any assigned value will be frozen. |
|
expect fun <T : Any> threadLocal( Allow to create thread local reference without freezing. |