Twitch SDK (Internal)
Public Member Functions | List of all members
ttv::IThreadFactory Class Referenceabstract

#include <thread.h>

Inheritance diagram for ttv::IThreadFactory:
ttv::StandardThreadFactory ttv::WinThreadFactory

Public Member Functions

virtual ~IThreadFactory ()
 
virtual TTV_ErrorCode CreateThread (ThreadProc threadProc, const std::string &name, std::shared_ptr< IThread > &result)=0
 

Constructor & Destructor Documentation

◆ ~IThreadFactory()

virtual ttv::IThreadFactory::~IThreadFactory ( )
virtual

Member Function Documentation

◆ CreateThread()

virtual TTV_ErrorCode ttv::IThreadFactory::CreateThread ( ThreadProc  threadProc,
const std::string &  name,
std::shared_ptr< IThread > &  result 
)
pure virtual

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