Defines the flow::timer base class and the flow::monotonous_timer concrete timer class. More...
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <functional>
#include <map>
#include <mutex>
#include <thread>
#include <vector>
Go to the source code of this file.
Classes | |
class | flow::timer |
Base class for an object that notifies listeners at some interval. More... | |
class | flow::monotonous_timer |
Concrete timer that notifies listeners repeatedly at a set interval of time. More... | |
Namespaces | |
namespace | flow |
All basic blocks to build a graph of packets streaming across nodes. | |
Defines the flow::timer base class and the flow::monotonous_timer concrete timer class.