Skip to content

Instantly share code, notes, and snippets.

View heimskr's full-sized avatar
🍅
hej

Kai Tamkun heimskr

🍅
hej
View GitHub Profile
@heimskr
heimskr / libevent_multi_worker.cpp
Created May 2, 2022 16:15 — 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>