feat(farming/database): run all functions parallel
This commit is contained in:
@@ -43,3 +43,5 @@ local function listenForPeripheralDetach()
|
||||
until side ~= nil
|
||||
error("Modem was removed!")
|
||||
end
|
||||
|
||||
parallel.waitForAny(listenForFieldDataRequests, listenForFieldSetups, listenForDiskEject, listenForPeripheralDetach)
|
||||
Reference in New Issue
Block a user