psxcode/doge-legacy

Add streams events subscription

Closed this issue · 1 comments

add on function
should subscribe any amount of subscribers to all specified events
add onceRace function
should subscribe any amount of subscribers to all specified events, invoking only once on first event fired
add onceAll function
should subscribe any amount of subscribers to all specified events, invoking once for every event specified
add subscribe function
should use data event subscription

Done