libtasks Documentation  1.6
dispatcher.h File Reference
#include <vector>
#include <list>
#include <condition_variable>
#include <mutex>
#include <memory>
#include <atomic>
#include <unistd.h>
#include <tasks/ev_wrapper.h>
#include <tasks/tools/bitset.h>
#include <tasks/logging.h>
Include dependency graph for dispatcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tasks::dispatcher
 

Namespaces

 tasks
 

Typedefs

typedef std::function< void(int)> tasks::signal_func_t