badoo / RIBs

Badoo's take on RIBs
Apache License 2.0
162 stars 50 forks source link

Add mechanism to cache & late send outputs #293

Closed zsoltk closed 3 years ago

zsoltk commented 3 years ago

This should allow us to get rid of the build callbacks and relax until onChildAttached, and still not lose any possible outputs, without having to use UnicastSubject (which also means it supports more than just 1 subscriber).