Northeastern-Electric-Racing / Argos

Our full-stack data visualization tool
GNU Affero General Public License v3.0
1 stars 0 forks source link

[Scylla] - Switch new run to static Atomic #200

Closed jr1221 closed 1 month ago

jr1221 commented 2 months ago

Description

Right now we use a MPSC tokio channel for sending/recving the new run attribute.

Acceptance Criteria

Proposed Solution

Reduce code complexity and overhead with an AtomicBool, using relaxed ordering.

Mocks

No response