![]() |
Ark Server API (ASA) - Wiki
|
Inheritance diagram for FQueuedLowLevelThreadPool::FQueuedWorkInternalData:
Collaboration diagram for FQueuedLowLevelThreadPool::FQueuedWorkInternalData:Public Member Functions | |
| virtual bool | Retract () |
Public Member Functions inherited from IQueuedWorkInternalData | |
| virtual | ~IQueuedWorkInternalData () |
Public Member Functions inherited from FThreadSafeRefCountedObject | |
| FThreadSafeRefCountedObject () | |
| virtual | ~FThreadSafeRefCountedObject () |
| FThreadSafeRefCountedObject (const FThreadSafeRefCountedObject &Rhs)=delete | |
| FThreadSafeRefCountedObject & | operator= (const FThreadSafeRefCountedObject &Rhs)=delete |
| uint32 | AddRef () const |
| uint32 | Release () const |
| uint32 | GetRefCount () const |
Public Attributes | |
| LowLevelTasks::FTask | Task |
Definition at line 359 of file QueuedThreadPoolWrapper.h.
called during retraction, when a task is pulled from being worked on. the return value specifies if the cancellation succeded
Implements IQueuedWorkInternalData.
Definition at line 363 of file QueuedThreadPoolWrapper.h.
Here is the caller graph for this function:| LowLevelTasks::FTask FQueuedLowLevelThreadPool::FQueuedWorkInternalData::Task |
Definition at line 361 of file QueuedThreadPoolWrapper.h.