observables_extended v0.3.5 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
Link to this function
create() View Source
Link to this function
done(arg) View Source
Link to this function