srithon/BrightnessControl

Process input asynchronously

Closed this issue · 0 comments

If a new increment command comes in while a current command is fading, the new input should be able to influence the current fade.
Likewise, a "get" command should not have to wait for the current fade to complete.
Currently, every command blocks until it is completed before moving on to the next command.