Crate totally_sync_variable
source ·Expand description
the totally sync variables.
features
- make any variable, pass it round!
- scoping? who needs it!
- only one mutable reference? pshaw!
- any numer of mutable references are allowed.
data races?
dont know what your talking about.
its fearless concurrency remember? and theres no unsafe code!
besides, miri says its fiine.
Macros
- lil macro to define variables.
- macro to reference variables from anywhere.