SystemThreadedExecute (1.8.5)

Added: SystemThreadedExecute
This commit is contained in:
2017-07-04 13:53:31 -04:00
parent 854862f2c8
commit e0c72cb8ea
9 changed files with 136 additions and 30 deletions
+3 -3
View File
@@ -45,9 +45,9 @@ function print(...)
end
end
multi = {}
multi.Version="1.8.4"
multi._VERSION="1.8.4"
multi.stage='stable'
multi.Version="1.8.5"
multi._VERSION="1.8.5"
multi.stage='mostly-stable'
multi.__index = multi
multi.Mainloop={}
multi.Tasks={}