File hp/util/Executors.lua
Functions
| M.callLater (func, ...) | Run the specified function delay. |
Tables
| Executors | This is a utility class to execute. |
Functions
- M.callLater (func, ...)
-
Run the specified function delay.
Parameters
- func: Target function.
- ...: Argument.