a
This commit is contained in:
parent
12ffbdc45d
commit
13ddce15ae
15 changed files with 8967 additions and 61 deletions
8803
computer/5/logs
8803
computer/5/logs
File diff suppressed because it is too large
Load diff
|
@ -1,11 +1,3 @@
|
|||
rednet.open("back")
|
||||
--shell.run("report")
|
||||
func1 = function()
|
||||
sleep(2)
|
||||
print("func1 terminate")
|
||||
end
|
||||
func2 = function()
|
||||
sleep(1)
|
||||
print("func2 teminate")
|
||||
end
|
||||
parallel.waitForAny(func1,func2)
|
||||
shell.run("report")
|
||||
--parallel.waitForAny(func1,func2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue