Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
AsyncHelpers.h File Reference
#include <ppl.h>
#include <ppltasks.h>

Namespaces

namespace  winrt
 

Functions

void Wait (const winrt::IAsyncAction &asyncOp)
 
template<typename TResult , typename TProgress >
TResult Wait (const winrt::IAsyncOperationWithProgress< TResult, TProgress > &asyncOp)
 
template<typename TResult >
TResult Wait (const winrt::IAsyncOperation< TResult > &asyncOp)
 
template<typename TResult >
TResult Wait (const Concurrency::task< TResult > &asyncOp)
 

Function Documentation

◆ Wait() [1/4]

template<typename TResult >
TResult Wait ( const Concurrency::task< TResult > &  asyncOp)
inline

◆ Wait() [2/4]

void Wait ( const winrt::IAsyncAction &  asyncOp)
inline

◆ Wait() [3/4]

template<typename TResult >
TResult Wait ( const winrt::IAsyncOperation< TResult > &  asyncOp)
inline

◆ Wait() [4/4]

template<typename TResult , typename TProgress >
TResult Wait ( const winrt::IAsyncOperationWithProgress< TResult, TProgress > &  asyncOp)
inline