|
Minecraft Community Edition 0.1.0
|
Metadata stored per managed thread. More...
#include <ThreadManager.hpp>
Public Attributes | |
| Thread * | thread |
| Non-owning pointer to the tracked Thread. | |
| eastl::string | name |
| Human readable thread name. | |
| std::chrono::steady_clock::time_point | startTime |
| Time point when the thread was started. | |
| std::chrono::steady_clock::time_point | endTime |
| bool | finished = false |
| True when the thread has finished execution. | |
Metadata stored per managed thread.
ThreadInfo contains a pointer to the Thread instance (non-owning), a human-readable name, timestamps for start/end and a finished flag.