Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Editor::Task Struct Reference

Public Types

enum class  Status { Queued , InProgress , Done }

Public Member Functions

 Task (const Task &other)
 Task (Task &&other)=default
 Task (std::string &name, std::function< void()> fnPtr)

Public Attributes

std::string name
std::function< void()> fnPtr
std::thread thread
Status status

The documentation for this struct was generated from the following files:
  • /github/workspace/sources/code/Editor/TaskSystem.hpp
  • /github/workspace/sources/code/Editor/TaskSystem.cpp