mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
18659257d33711c820bca3a4e7ce9c4ac0ff21fb
Previously, setters were locally but not globally atomic because they used GetEntry() (globally atomic) in conjunction with locally atomic gets/sets to the StorageEntry. To support synchronizing network handshakes they need to be globally atomic. GetEntry() has been removed due to this issue, so a helper was added to StorageTest instead.
Description
WPILib - FRC Robotics Library
Languages
C++
53.8%
Java
32.7%
Python
6.6%
C
2.6%
Jinja
1.7%
Other
2.5%