Closed jr1221 closed 1 month ago
Right now we use a MPSC tokio channel for sending/recving the new run attribute.
Reduce code complexity and overhead with an AtomicBool, using relaxed ordering.
AtomicBool
relaxed
No response
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
, usingrelaxed
ordering.Mocks
No response