Stream
Streams are virtual channels through which Signals are being sent. They handle Signal delivery to all registered listeners. A stream can transmit any signal (ping) or meta-signal (a signal with a data or a reference payload) to its listeners.
Streams can be pre-configured or created at runtime. Any component or class can subscribe to a stream in order to receive its live signals, and a signal can be sent from anywhere through any stream.