Object which actually performs the work requested then distributed by the worker. There can be many minions in the same machine, but only one per thread sending to a shared worker object. More...
#include <string>
#include <thread>
#include <glog/logging.h>
#include <zmq.hpp>
#include "comms/messages.hpp"
#include "comms/transport.hpp"
#include "comms/worker.hpp"
Classes | |
class | stateline::comms::Minion |
Minion object that requests a job, computes the result, then submits that result to the connected worker. More... | |
Namespaces | |
stateline | |
stateline::comms | |
Object which actually performs the work requested then distributed by the worker. There can be many minions in the same machine, but only one per thread sending to a shared worker object.