FiberSubject

Undocumented in source.

Members

Aliases

NextFunc
alias NextFunc = void delegate(E)
Undocumented in source.

Functions

join
void join()
Undocumented in source. Be warned that the author may not have intended to support it.
onCompleted
void onCompleted()
Undocumented in source. Be warned that the author may not have intended to support it.
onError
void onError(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
onNext
void onNext(E e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta