#include <s_async.h>
Collaboration diagram for LuaJobInfo:Public Member Functions | |
| LuaJobInfo ()=default | |
Public Attributes | |
| std::string | function |
| std::string | params |
| std::unique_ptr< PackedValue > | params_ext |
| std::string | result |
| std::unique_ptr< PackedValue > | result_ext |
| std::string | mod_origin |
| u32 | id |
|
default |
| std::string LuaJobInfo::function |
Referenced by AsyncWorkerThread::run().
| u32 LuaJobInfo::id |
Referenced by AsyncEngine::stepJobResults().
| std::string LuaJobInfo::mod_origin |
Referenced by AsyncWorkerThread::run(), and AsyncEngine::stepJobResults().
| std::string LuaJobInfo::params |
Referenced by AsyncWorkerThread::run().
| std::unique_ptr<PackedValue> LuaJobInfo::params_ext |
Referenced by AsyncWorkerThread::run().
| std::string LuaJobInfo::result |
Referenced by AsyncWorkerThread::run(), and AsyncEngine::stepJobResults().
| std::unique_ptr<PackedValue> LuaJobInfo::result_ext |
Referenced by AsyncWorkerThread::run(), and AsyncEngine::stepJobResults().