livestream-kt / dev.shreyaspatil.livestream / LiveStream / <init>

<init>

LiveStream()

LiveStream is a data holder class which can be created and used anywhere in application. By using it, You can emit values to any stream with generic data from anywhere in the application. Observers will receive data events when the value of subscribed stream is updated. This class is designed to share data between different modules in your application.

Parameters

T - The type of a data.