Freaky / Compactor

A user interface for Windows 10 filesystem compression
MIT License
1.16k stars 47 forks source link

Use thread parking to handle paused flag in background #10

Closed Dr-Emann closed 5 years ago

Dr-Emann commented 5 years ago

Rather than polling every 10 ms for resumption in handle_pause, park until the thread is unparked by resume/cancel.

Freaky commented 5 years ago

Ah, that's a bit nicer, ta.