Silicon
A realtime platform for creating interactive media.
Async.hpp File Reference
#include "taskflow/taskflow.hpp"
Include dependency graph for Async.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Si
 

Typedefs

template<typename T >
using Si::Future = tf::Future< T >
 
using Si::AsyncExecutor = tf::Executor
 

Functions

AsyncExecutor & Si::GetAsyncExecutor ()
 
template<typename T , typename F >
Future< T > Si::Async (F &&f)
 
template<typename F >
void Si::Async (F &&f)