SinkStream

Event stream with put methods for basic code to create events in frp stream.

Members

Functions

bufferPut
void bufferPut(T e)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferPut
void bufferPut(T[] es)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T e)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T[] es)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bufferComming
bool bufferComming;
Undocumented in source.

Meta