Currently, interaction between threads and the main event loop is a bit wonky. Other threads can use the main EventLoop, but it doesn't wake up until the UI thread decides to do so.
[11:25 PM] awesomekling: I'd like to make
Core::EventLoop
per-thread eventually
[11:25 PM] awesomekling: withCore::EventLoop::main()
being the main thread loop, andCore::EventLoop::current()
being the current thread's loop
A temporary workaround is to use Core::EventLoop::wake()
from other threads.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too