aboutsummaryrefslogtreecommitdiff
path: root/build/android/.gitignore
blob: e0613f8b3f032a5222ed7ff0611f0e182018e165 (plain)
1
2
3
4
5
6
7
8
9
10
11
*.iml
.externalNativeBuild
.gradle
app/build
app/release
app/src/main/assets
build
local.properties
native/.*
native/build
native/deps
span class="hl opt">) function core.job_processor(serialized_func, serialized_param) local func = loadstring(serialized_func) local param = core.deserialize(serialized_param) local retval = nil if type(func) == "function" then retval = core.serialize(func(param)) else core.log("error", "ASYNC WORKER: Unable to deserialize function") end return retval or core.serialize(nil) end