notify icon indicating copy to clipboard operation
notify copied to clipboard

debouncer-mini use park_timeout to allow faster shutdown

Open 0xpr03 opened this issue 1 year ago • 0 comments

We may want to utilize park_timeout and unpark to allow faster shutdown or commands. Drawback: we've got to handle spurious wakeups and it may be less sleep efficient.

0xpr03 avatar Sep 02 '22 18:09 0xpr03