Closed iostreamer-X closed 3 months ago
This closes #1 adds the ability to:
It has a slug, which marks its unique identifier. It maintains a Set of listeners and manages adding, deleting and most importantly sending data.
Set
This is the interface that's exposed to users to help them create channels and emit events
Added std.createChannelEmitter and std.registerChannelListener
std.createChannelEmitter
std.registerChannelListener
This closes #1 adds the ability to:
Entities Added
Channel
It has a slug, which marks its unique identifier. It maintains a
Set
of listeners and manages adding, deleting and most importantly sending data.ChannelEmitter
This is the interface that's exposed to users to help them create channels and emit events
Update to standard Library
Added
std.createChannelEmitter
andstd.registerChannelListener