slint/sixtyfps_runtime/rendering_backends
Simon Hausmann b81803774b Start the LSP thread when the gui thread is ready
This way we can serve preview requests immediately.

This basically makes post_event safe to call before the event loop is entered.
The events will be queued up and sent when the event loop
is created and we have access
to the proxy, which will take over the queue.
2021-04-06 11:40:17 +02:00
..
default Add a fii feature so that we don't compile in the ffi code if not required 2021-03-16 18:09:57 +01:00
gl Start the LSP thread when the gui thread is ready 2021-04-06 11:40:17 +02:00
qt Fix warning when Qt is not built 2021-04-03 10:23:41 +02:00