Marvin Ramin
Results
22
comments of
Marvin Ramin
While it's true that `AsyncEmitter` or just `Emitter` in current RxJava versions will simplify quite a few things it's still marked as Experimental and using it might break a few...
Impact could be that consumer using a lower RxJava version get compile errors since this would force a newer RxJava version onto them. Usually this happens because of Experimental APIs...