In the context of Android I pass these into a `Vie...
# codereview
d
In the context of Android I pass these into a
ViewModel
as a way to control which thread pool different work is going to be done. This approach is great for testing purposes as already shown. Is there anything inherently wrong with this approach?