STLdoc
STLdocumentation
|
The task handle type used to create a 'continuation task'. More...
Public Types | |
typedef details::_NormalizeVoidToUnitType< _ContinuationReturnType >::_Type | _NormalizedContinuationReturnType |
Public Attributes | |
details::_Task_ptr< _ReturnType >::_Type | _M_ancestorTaskImpl |
_Function | _M_function |
![]() | |
_Task_ptr< details::_NormalizeVoidToUnitType< _ContinuationReturnType >::_Type >::_Type | _M_pTask |
![]() | |
_ContinuationTaskHandleBase * | _M_next |
task_continuation_context | _M_continuationContext |
bool | _M_isTaskBasedContinuation |
_TaskInliningMode_t | _M_inliningMode |
![]() | |
TaskProc | m_pFunction |
Additional Inherited Members | |
![]() | |
static void __cdecl | _RunChoreBridge (void *_Parameter) |
![]() | |
template<typename _ChoreType , typename _Function > | |
static _ChoreType * | _InternalAlloc (const _Function &_Func) |
![]() | |
_CRTIMP void | _CheckTaskCollection () |
![]() | |
_Chore (TaskProc _PFunction) | |
_Chore () | |
virtual | ~_Chore () |
![]() | |
template<typename _ChoreType > | |
static void __cdecl | _InvokeBridge (void *_PContext) |
The task handle type used to create a 'continuation task'.
typedef details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type Concurrency::task< _ReturnType >::_ContinuationTaskHandle< _InternalReturnType, _ContinuationReturnType, _Function, _IsTaskBased, _TypeSelection >::_NormalizedContinuationReturnType |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
details::_Task_ptr<_ReturnType>::_Type Concurrency::task< _ReturnType >::_ContinuationTaskHandle< _InternalReturnType, _ContinuationReturnType, _Function, _IsTaskBased, _TypeSelection >::_M_ancestorTaskImpl |
_Function Concurrency::task< _ReturnType >::_ContinuationTaskHandle< _InternalReturnType, _ContinuationReturnType, _Function, _IsTaskBased, _TypeSelection >::_M_function |