toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
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
)