File
File: dtsfc.h
Namespace: dtSearch
Syntax
Group
Members
Methods
|
Method |
Description |
|---|---|
|
Start with default priority, The thread is started with _beginthreadex. | |
|
Start with specified priority. The thread is started with _beginthreadex, so it must be ended with _endthreadex |
Methods
|
Method |
Description |
|---|---|
|
Start with default priority, The thread is started with _beginthreadex. | |
|
Start with specified priority. The thread is started with _beginthreadex, so it must be ended with _endthreadex |
Description
Spawn a job in a separate thread
Class Hierarchy
dtSearch::DJobThread