OpenMined / KotlinSyft

The official Syft worker for secure on-device machine learning
https://www.openmined.org
Apache License 2.0
85 stars 28 forks source link

Replace current Rx backoff strategy with Flow #294

Open mccorby opened 3 years ago

mccorby commented 3 years ago

Description

Since moving to coroutines and flow we have more possibilities like this

https://proandroiddev.com/backoff-and-retry-strategy-using-flows-in-android-ed2478d23492

Are you interested in working on this improvement yourself?