Refactor flow meter logic: replace global mutex with per-instance flow_unit and use critical-section for thread safety.
This commit is contained in:
1
Software/MainBoard/rust/Cargo.lock
generated
1
Software/MainBoard/rust/Cargo.lock
generated
@@ -1901,6 +1901,7 @@ dependencies = [
|
||||
"chrono",
|
||||
"chrono-tz",
|
||||
"crc",
|
||||
"critical-section",
|
||||
"deranged",
|
||||
"ds323x",
|
||||
"edge-dhcp",
|
||||
|
||||
Reference in New Issue
Block a user