Interface Documentation
Version: invalid
Public Member Functions | Public Attributes | List of all members
flecsi::future< Return > Struct Template Reference

Public Member Functions

void wait () const
 Wait on the task to finish.
 
Return get (bool silence_warnings=false) const
 Get the task's result.
 
void wait () const
 
Return get (bool silence_warnings=false) const
 

Public Attributes

Legion::Future legion_future_
 

Member Function Documentation

◆ get()

template<typename Return >
Return flecsi::future< Return >::get ( bool  silence_warnings = false) const
inline

Get a task result.

◆ wait()

template<typename Return >
void flecsi::future< Return >::wait ( ) const
inline

Wait on a task result.


The documentation for this struct was generated from the following files: