I want to solve a data race issue in my program. I thought about using RXJava's Single but due to the way the program runs, it's uncertain whether the receiver will be able to subscribe to the Single before it emits data.
I was unable to find information if the Single observable implements something like a retro-emit(?) - I don't know how to call that. Thanks in advance.