frpd.stream.stream

Undocumented in source.

Members

Classes

Stream
class Stream(T)

The Steam is a stream of events. Unlike the cell with is a value that changes the stream does not always have a value. Values pulse through it, without keeping the events value around.

Interfaces

StreamListener
interface StreamListener(T)

For a class to listen to a stream.

Meta