mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
refactor: Task Manager related code
This commit is contained in:
@@ -166,6 +166,8 @@ namespace hex {
|
||||
|
||||
private:
|
||||
static void runner(const std::stop_token &stopToken);
|
||||
|
||||
static TaskHolder createTask(std::string name, u64 maxValue, bool background, std::function<void(Task &)> function);
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user