Callback to PARAGRAPH used by tasks to inform it of task completion, migration requests, etc.Tasks can be migrated to execute at locations outside where the associated PARAGRAPH is defined. This class generalizes task access to the PARAGRAPH to support such cases. More...
Public Member Functions | |
tg_callback (paragraph_impl::task_graph *tg_ptr) | |
tg_callback (rmi_handle::reference handle_ref, unsigned int lid, size_t task_id) | |
paragraph_impl::task_graph & | tg (void) const |
bool | valid (void) const |
rmi_handle::reference | handle (void) const |
unsigned int | get_location_id (void) const |
size_t | task_id (void) const |
Callback to PARAGRAPH used by tasks to inform it of task completion, migration requests, etc.
Tasks can be migrated to execute at locations outside where the associated PARAGRAPH is defined. This class generalizes task access to the PARAGRAPH to support such cases.