Initial functioning work to get IPC working via UNIX sockets since ractors are still not a viable option :sad:

This commit is contained in:
2026-08-24 23:01:27 -05:00
parent c6ee9eab31
commit d77408484a
12 changed files with 131 additions and 52 deletions

View File

@@ -51,7 +51,7 @@ module W3DHubLauncher
Worker::Api.update_settings({}) do |result|
if result.okay?
page(Page::Boot::StartUp)
on_main_thread(proc { page(Page::Boot::StartUp) })
else
btn.enabled = true
end