![]() |
Ultralight C++ API 1.4.0
|
#include <Ultralight/platform/Thread.h>
Result of creating a new thread.
This struct is used to return the id and handle of the created thread.
Public Attributes | |
| ThreadId | id |
| The unique id of the thread. | |
| ThreadHandle | handle |
| The platform-specific handle of the thread. | |
| ThreadHandle handle |
The platform-specific handle of the thread.