Method | Description | |
---|---|---|
PoolItem ( |
Construct a pool item.
|
|
ThreadPoolCallback ( Object threadContext ) : void |
The thread callback. This actually executes the task.
|
public PoolItem ( |
||
owner | The owner of this task. | |
task | IEngineTask | The task to execute. |
group | The group that this task belongs to. | |
return | System |
public ThreadPoolCallback ( Object threadContext ) : void | ||
threadContext | Object | The thread context, not used. |
return | void |