rschmitt / heatseeker

A high-performance Selecta clone, written in Rust.
MIT License
214 stars 10 forks source link

Use multithreaded input handling on Windows #7

Closed rschmitt closed 9 years ago

rschmitt commented 9 years ago

There should be a dedicated thread reading keystrokes into a queue, so that buffered keystrokes can be read all at once. The Unix implementation has always done this, it just needs to be coded up on the Windows side as well.