Torque3D Documentation / _generateds / NetAsync::NameLookupWorkItem

NetAsync::NameLookupWorkItem

Engine/source/platform/platformNetAsync.cpp

Work item issued to the thread pool for each lookup request.

More...

Public Types

Private Attributes

Public Functions

Protected Functions

Execute the actions associated with this work item.

Detailed Description

Work item issued to the thread pool for each lookup request.

Public Types

typedef ThreadPool::WorkItem Parent 

Private Attributes

NameLookupRequest & mRequest 

Public Functions

NameLookupWorkItem(NameLookupRequest & request, ThreadPool::Context * context)

Protected Functions

execute()

Reimplemented from: ThreadPool::WorkItem