Use integer_atomics feature
Rather than using AtomicUsize and AtomicBool fields within our ForegroundSignals structure, I'm switching this over to using AtomicU32 and AtomicU8 values instead.
Please register or sign in to comment
Rather than using AtomicUsize and AtomicBool fields within our ForegroundSignals structure, I'm switching this over to using AtomicU32 and AtomicU8 values instead.