Merge pull request #140 from Cooldude2606/feature/async

Added Async Core Module
This commit is contained in:
Cooldude2606
2020-02-25 22:56:17 +00:00
committed by GitHub
7 changed files with 162 additions and 97 deletions

View File

@@ -17,7 +17,7 @@ local interface_modules = {
['Roles']='expcore.roles',
['Store']='expcore.store',
['Gui']='expcore.gui',
['Sudo']='expcore.sudo'
['Async']='expcore.async'
}
-- loads all the modules given in the above table