ZeroMQ / async::static_worker_t example. More...
#include "async-worker.h"
#include <vector>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef uint64_t | Number |
Typedef for the kind of numbers we will be working with. | |
typedef std::vector< Number > | Numbers |
Shortcut for the vector we intend to work with. |
ZeroMQ / async::static_worker_t example.
Definition in file async-StaticWorker-example.cpp.
typedef uint64_t Number |
Typedef for the kind of numbers we will be working with.
Definition at line 16 of file async-StaticWorker-example.cpp.
Shortcut for the vector we intend to work with.
Definition at line 19 of file async-StaticWorker-example.cpp.