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

@@ -1,4 +1,4 @@
# Helper for launcher frontend to safely communicate with ractor (prevent deadlocks and concurrent access errors)
# Helper for launcher frontend to safely communicate with launcher backend
module W3DHubLauncher
class Worker