xenharmonic-devs/scale-workshop

Make sure debounce resolves heavy/light tasks in the correct order

Closed this issue · 1 comments

Create a debug view with a computationally heavy task and a light task and make sure that only the last clicked task's result is visible.

Seems to be enough for synchronous code like we have now, but additional guards are required if we ever switch to Web Workers.