Loading...
Searching...
No Matches
CreateThreadResult

#include <Ultralight/platform/Thread.h>

Overview

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.
 

Member Data Documentation

◆ handle

ThreadHandle handle

The platform-specific handle of the thread.

See also
ThreadHandle

◆ id

The unique id of the thread.

See also
ThreadId

The documentation for this struct was generated from the following file: