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
lb.hpp File Reference

Farm Emitter (not a ff_node) More...

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

Classes

class  ff::ff_loadbalancer
 A class representing the Emitter node in a typical Farm skeleton. More...
 

Namespaces

 ff
 The principal namespace for the FastFlow library.
 

Detailed Description

Farm Emitter (not a ff_node)

Contains the ff_loadbalancer class and methods used to model the Emitter node, which is used to schedule tasks among workers.