mers/mers
Mark 8bdd6e00e8 Add lock_update function for safer multithreading
&v = (v, 1).sum might fail if two threads do it at the same time or something, so you can now lock the reference to ensure no other thread messes with your data while you update its value
2023-11-10 13:18:34 +01:00
..
src Add lock_update function for safer multithreading 2023-11-10 13:18:34 +01:00
Cargo.lock added better error messages inspired by rustc/cargo 2023-10-23 21:48:15 +02:00
Cargo.toml sorted mers_lib/src/program/configs/ and added cargo features 2023-07-28 15:20:02 +02:00