Coroutine support
Because JADE is single threaded, it's difficult to perform long running tasks while keeping the UI responsive. A background process can be used but this adds complexity and fragility.
A common solution for performing simultaneous tasks with a single thread is coroutines - it would be nice if JADE had first-class support for them.