async-StaticWorker-example.cpp File Reference

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>
Include dependency graph for async-StaticWorker-example.cpp:

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< NumberNumbers
 Shortcut for the vector we intend to work with.

Detailed Description

ZeroMQ / async::static_worker_t example.

Author:
Oliver 'kfs1' Smith <oliver@kfs.org>
Note:
Uses clock_gettime which, under linux, requires -lrt

Definition in file async-StaticWorker-example.cpp.


Typedef Documentation

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.

typedef std::vector< Number > Numbers

Shortcut for the vector we intend to work with.

Definition at line 19 of file async-StaticWorker-example.cpp.

Generated on Fri Jul 30 16:14:59 2010 for Async::Worker by  doxygen 1.6.3