ThreadLocal

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

TLSType
alias TLSType = tango.core.Thread.ThreadLocal!(Object)
Undocumented in source.

Functions

get
Object get()
Undocumented in source. Be warned that the author may not have intended to support it.
initialValue
Object initialValue()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(Object value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tls
TLSType tls;
Undocumented in source.

Meta