Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
thread_local in loom - Rust
[go: Go Back, main page]

Macro loom::thread_local[][src]

macro_rules! thread_local {
    () => { ... };
    ($(#[$attr : meta]) * $vis : vis static $name : ident : $t : ty = $init : expr
 ; $($rest : tt) *) => { ... };
    ($(#[$attr : meta]) * $vis : vis static $name : ident : $t : ty = $init :
 expr) => { ... };
}
Expand description

Mock version of std::thread_local!.