gregorbg
03/27/2019, 6:13 PMFoo implementation can do something outside of the suspend world.
1. Is it good practice / clean style to have the abstract connector provide its own CoroutineScope?
2. How can I better execute the blocking GET request? Explicitly passing the coroutineContext parameter "feels wrong" given that the other extension function builders "magically" supply it to the coroutine being created.