Overview Tutorial API reference Examples Build Download ZmqMessage 0.1 - 21 Oct 2011

examples/zsort.cpp File Reference

#include <pthread.h>
#include <vector>
#include <zmq.hpp>
#include "ZmqMessage.hpp"

Functions

zmq::context_t ctx (1)
void * sorter (void *)
int main (int, char **)

Variables

const char * endpoint = "inproc://transport"

Detailed Description

Copyright (c) 2010-2011 Phorm, Inc. GNU LGPL v 3.0, see http://www.gnu.org/licenses/lgpl-3.0-standalone.html
Author:
Andrey Skryabin <andrew@zmqmessage.org>, et al.
Sorting strings in separate thread.

Function Documentation

zmq::context_t ctx (  ) 

int main ( int  ,
char **   
)

void* sorter ( void *   ) 


Variable Documentation

const char* endpoint = "inproc://transport"


ZmqMessage 0.1 — open source software, support@zmqmessage.org