mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-03-22 12:16:15 +00:00
Break API calls in work towards moving all blocking io to ractors, dropped BackgroundWorker class
This commit is contained in:
9
lib/network_manager/api_client.rb
Normal file
9
lib/network_manager/api_client.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class W3DHub
|
||||
class NetworkManager
|
||||
# Api reimplemented in a Ractor friendly manner
|
||||
class ApiClient
|
||||
def initialize
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user