What would you say is the best way to observe a va...
# rx
b
What would you say is the best way to observe a variable for updates? If I want to trigger onNext each time the variable updates, and it updates very unpredictable. Is it a subject or is there an other way?