instacart / truetime-android

Android NTP time library. Get the true current time impervious to device clock time changes
https://tech.instacart.com/truetime/
Apache License 2.0
1.41k stars 194 forks source link

RxJava3 support #141

Closed abstractHero closed 2 years ago

abstractHero commented 2 years ago

Are there any plans to update the library to support RxJava3?

kaushikgopal commented 2 years ago

hey @abstractHero. No plans on moving this to RxJava3.

But we do have plans on moving it to coroutines - WIP PR.

My ideal goal is to have it be a transparent use of coroutines, so we wouldn't have to rely on a stream based api to get the time.

abstractHero commented 2 years ago

@kaushikgopal, I got it, thanks. Could you provide some info on the timing of the PR merge?