mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 17:22:35 +00:00
Finished evicting Thread- probably more fiber scheduling to do while I figure out how to put Tasks into a Ractor
This commit is contained in:
@@ -29,7 +29,7 @@ class W3DHub
|
||||
@die = false
|
||||
@job = nil
|
||||
|
||||
Thread.new do
|
||||
Async do
|
||||
until (@die)
|
||||
@job.process if @job && @job.waiting?
|
||||
@job = nil
|
||||
|
||||
Reference in New Issue
Block a user