#include "Referable.h"
#include "Ref.h"
#include "Reporter.h"
#include "Source.h"
#include "Sink.h"
#include "Connector.h"
Include dependency graph for MultiThreadedConnector.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | MultiThreadedConnector |
Connects a source to one or more sinks, using a multi-threaded producer - consumer approach. More... | |
class | MultiThreadedConnector::ThreadData |
Helper class to collect information for starting threads. |