This gist contains captures of the 5 ZMQ message types that can be subscribed to:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdint.h> | |
#include <time.h> | |
#include <unistd.h> | |
#include <sys/syscall.h> | |
#include <linux/futex.h> | |
int | |
futex_sleep (time_t seconds, long nanoseconds) | |
{ |