observables_extended v0.2.0 Observables.Subject View Source

Subject defines functions to create and interact with subjects.

A Subject is an observable which acts as a regular observer. It can be observed as usual, but it also allows the programmer to manually send messages to the process. The Subject will then emit the values.

Have a look at test/subject_test.ex for a simple example.

Link to this section Summary

Link to this section Functions