ResultCallAdapterFactory
Author
skydoves (Jaewoong Eum)
Since
1.0.0
Creates ResultCallAdapter instances, which return Result type of the response from the service interface method with the suspend
keyword. You can create the ResultCallAdapterFactory with your own CoroutineScope, which executes network requests.
Also, ResultCallAdapterFactory allows you to return Deferred of the Result.