Skip to content

Instantly share code, notes, and snippets.

View amejiasp's full-sized avatar
😊

Alejandro Mejías Pavón amejiasp

😊
View GitHub Profile
@amejiasp
amejiasp / libevent_multi_worker
Created February 5, 2018 18:49 — forked from fxsjy/libevent_multi_worker
libevent multithread worker example
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <assert.h>
#include <signal.h>
#include <event2/event.h>
#include <event2/bufferevent.h>
#include <event2/buffer.h>
#include <event2/thread.h>