Comment by kibwen
1 day ago
Note that items declared as `static` in Rust are already globals that require synchronization (in Rust terms, static items must implement `Sync`), although they're located in static memory rather than on the stack or heap.
No comments yet
Contribute on Hacker News ↗