Skip to content

Instantly share code, notes, and snippets.

This is not the real file.
//
// Task sink in C - design 2
// Adds pub-sub flow to send kill signal to workers
//
#include <zmq.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <time.h>
#include <sys/time.h>