ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Namespaces | Functions
future.h File Reference
#include <future>
Include dependency graph for future.h:

Go to the source code of this file.

Namespaces

namespace  ttg
 top-level TTG namespace contains runtime-neutral functionality
 

Functions

template<typename T >
bool ttg::has_value (std::future< T > const &f)
 
template<typename T >
bool ttg::has_value (std::shared_future< T > const &f)