jalovatt / scythe

Lua GUI library and utility framework for Reaper scripts (formerly Lokasenna_GUI)
https://jalovatt.github.io/scythe
MIT License
26 stars 5 forks source link

Queue for deferred actions #131

Open jalovatt opened 5 years ago

jalovatt commented 5 years ago

Since the UI takes up Reaper's defer, it might be nice to offer an event queue so script commands or coroutines can be deferred.

Q: Can multiple functions be deferred natively? A: Yes they can. They can't deleted though, which something like a Promise analogue or Ultraschall's Event Manager would allow.