FastFlow  SVN-r182-Aug-14-2014
A high-level, lock-less, parallel programming (shared-memory) and distributed programming (distributed-memory) framework for multi-cores and many-cores systems
 All Classes Namespaces Files Functions Variables Typedefs Groups Pages
Classes | Namespaces
gt.hpp File Reference

Farm Collector (it is not a ff_node) More...

#include <iostream>
#include <deque>
#include <ff/svector.hpp>
#include <ff/utils.hpp>
#include <ff/node.hpp>
+ Include dependency graph for gt.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  ff::ff_gatherer
 A class representing the Collector node in a Farm skeleton. More...
 

Namespaces

 ff
 The principal namespace for the FastFlow library.
 

Detailed Description

Farm Collector (it is not a ff_node)

It Contains the ff_gatherer class and methods which are used to model the Collector node, which is optionally used to gather tasks coming from workers.

Todo:
Documentation to be rewritten. To be substituted with ff_minode?