I've used a thread to make my Chip8 emulator more responsive when handling input. I'm not sure if I did it right tho, as I'm new to Rust. The input handling logic waits for a key to be pressed and updates a struct field with it. #rustlang
1 likes 1 replies
?