Typos and minor additions (1.7.5)

Added support for more consistant module creator support. Examples to come soon
This commit is contained in:
2017-06-25 19:25:05 -04:00
parent cf22651949
commit bf5078f0bc
4 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function print(...)
end
end
multi = {}
multi.Version={1,7,2}
multi.Version={1,7,5}
multi.stage='stable'
multi.__index = multi
multi.Mainloop={}
+2
View File
@@ -122,6 +122,8 @@ function multi:newSystemThread(name,func)
end
print("Intergrated Lanes!")
multi.intergration={} -- for module creators
multi.intergration.GLOBAL=GLOBAL
multi.intergration.THREAD=THREAD
multi.intergration.lanes={} -- for module creators
multi.intergration.lanes.GLOBAL=GLOBAL -- for module creators
multi.intergration.lanes.THREAD=THREAD -- for module creators
+2
View File
@@ -291,6 +291,8 @@ function THREAD.hold(n)
multi.OBJ_REF:Resume()
end
__channels__={}
multi.intergration.GLOBAL=GLOBAL
multi.intergration.THREAD=THREAD
updater=multi:newUpdater()
updater:OnUpdate(function(self)
local data=multi.intergration.love2d.mainChannel:pop()