feat(farming/database): run all functions parallel

This commit is contained in:
2025-05-13 22:01:55 +02:00
parent a122f2a849
commit 9c6d092cfc

View File

@@ -43,3 +43,5 @@ local function listenForPeripheralDetach()
until side ~= nil
error("Modem was removed!")
end
parallel.waitForAny(listenForFieldDataRequests, listenForFieldSetups, listenForDiskEject, listenForPeripheralDetach)