#include <winthread.h>
◆ WinThread()
| ttv::WinThread::WinThread |
( |
ThreadProc |
threadProc, |
|
|
const std::string & |
name |
|
) |
| |
◆ ~WinThread()
| ttv::WinThread::~WinThread |
( |
| ) |
|
◆ Join()
| virtual void ttv::WinThread::Join |
( |
| ) |
|
|
virtual |
◆ Joinable()
| virtual bool ttv::WinThread::Joinable |
( |
| ) |
const |
|
virtual |
◆ Run()
| virtual void ttv::WinThread::Run |
( |
| ) |
|
|
virtual |
Begins the thread. This can only be called once.
Implements ttv::IThread.
◆ mName
| std::string ttv::WinThread::mName |
|
private |
◆ mThread
| std::unique_ptr<std::thread> ttv::WinThread::mThread |
|
private |
◆ mThreadProc
The documentation for this class was generated from the following file:
- modules/core/core_win32/include/twitchsdk/core/winthread.h