Initial work on reimplementing Task to be Ractor/sub-Process safe

This commit is contained in:
2026-01-28 18:27:58 -06:00
parent 46dece0479
commit 4a8457e233
3 changed files with 197 additions and 757 deletions

View File

@@ -8,9 +8,7 @@ class W3DHub
end
def execute_task
show_application_taskbar
fail_fast
fail_fast!
return false if failed?
fetch_manifests
@@ -46,9 +44,6 @@ class W3DHub
mark_application_installed
return false if failed?
sleep 1
hide_application_taskbar
true
end
end