Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
tele_ski
7mo ago
0 comments
Share
The suggestion is c# class vs struct basically, with explicit globals which are just class with synchronization
0 comments
default
newest
oldest
kibwen
7mo 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.
j
/
k
navigate · click thread line to collapse