korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-concurrent
/
korlibs.io.lang
/
threadLocal
thread
Local
class
threadLocal
<
T
>
(
val
gen
:
(
)
->
T
)
Members
Constructors
thread
Local
Link copied to clipboard
constructor
(
gen
:
(
)
->
T
)
Properties
gen
Link copied to clipboard
val
gen
:
(
)
->
T
local
Link copied to clipboard
val
local
:
NativeThreadLocal
<
T
>
value
Link copied to clipboard
var
value
:
T
Functions
get
Value
Link copied to clipboard
inline operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
?
)
:
T
set
Value
Link copied to clipboard
inline operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
?
,
value
:
T
)