STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::promise_notifier_adder< T > Class Template Reference

Function object encapsulating promise_notifier initialization via the Directory at the producer location. More...

Public Member Functions

 promise_notifier_adder (location_type location, promise_t pr)
 
void operator() (p_object &d, edge_container::index_type producer_tid) const
 

Detailed Description

template<typename T>
class stapl::promise_notifier_adder< T >

Function object encapsulating promise_notifier initialization via the Directory at the producer location.

Hand written instead of lambda / bind due to symbol size blowup consistently seen during compilation.


The documentation for this class was generated from the following file: