You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 betweenEventEmitter
andEventListener
The text was updated successfully, but these errors were encountered: