But, and this is the question, shouldn’t Fuel prov...
# kotlin-fuel
b
But, and this is the question, shouldn’t Fuel provide a couple of methods to do that? something like what I did (basic case) :
Copy code
Manager.Companion.coalesce()
And something else that might allow the re-initialization of a desired Executor:
Copy code
Manager.Companion.coalesce(executor:Executor)