Replaced most Excon + Thread calls with Async

This commit is contained in:
2021-12-26 09:20:25 -06:00
parent f1e7d430b6
commit 2bbb2acc6e
11 changed files with 191 additions and 159 deletions

View File

@@ -27,6 +27,9 @@ class W3DHub
Store.application_manager.start_next_available_task if Store.application_manager.idle?
manage_update_interval
current = Async::Task.current?
current&.yield
end
def button_down(id)