class Crystal::External
inherits Crystal::Def
¶
Class methods¶
Methods¶
#thread_local=(thread_local)
¶
(thread_local)
An External is also used to represent external variables
such as libc's $errno
, which can be annotated with
@[ThreadLocal]
. This property is true
in that case.
#thread_local? : Bool
¶
: Bool
An External is also used to represent external variables
such as libc's $errno
, which can be annotated with
@[ThreadLocal]
. This property is true
in that case.