This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Problem Statement
If we write a simple callback, the thread of event emitter will have to wait for the event listener to finished consuming events. This might cause hang.
Feature Idea
Using eventpp package to have an EventQueue which acts as a buffer in between EventEmitter and EventListener