IBM SYSTEMG G RUNTIME & NATIVE STORE  0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
 All Classes Functions Variables Typedefs Pages
Public Member Functions | Private Types | Private Attributes | List of all members
ibmppl::internal::task_manager< T > Class Template Reference

Task manager for the runtime. It maintains a task allocator per thread. More...

#include <task_manager.h>

Public Member Functions

void init (size_t n)
 
ta_typeget_ta (size_t i)
 

Private Types

typedef task_allocator< T > ta_type
 

Private Attributes

std::vector< ta_type_tas
 

Detailed Description

template<class T>
class ibmppl::internal::task_manager< T >

Task manager for the runtime. It maintains a task allocator per thread.


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