Skip to content

Instantly share code, notes, and snippets.

View jslee02's full-sized avatar
🌴
I may be slow to respond.

Jeongseok (JS) Lee jslee02

🌴
I may be slow to respond.
View GitHub Profile
@jslee02
jslee02 / Event.h
Last active May 16, 2024 08:58
Event
#include <algorithm>
#include <cassert>
#include <functional>
#include <iostream>
#include <limits>
#include <map>
#define LISTENER_COUNT_MAX 256
/// class Event