#include "Channels/InputHandlerThreaded.H"
#include "Channels/SingleChannel.H"
#include "Util/JobServer.H"
#include "Util/JobWithSemaphore.H"
#include "Util/MainJobServer.H"
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | InputHandlerThreaded::Job |
Represents a pending SingleChannel input job. More... |
InputHandler subclass than can be plugged into SingleChannel to get multi-threaded computations
Definition in file InputHandlerThreaded.C.