well right now what I have is an injector (with a ...
# coroutines
d
well right now what I have is an injector (with a getInstanceAsync) that when detects that the injected object implements AsyncDependency, it calls the initAsync and waits before returning the instance, that allows to do asynchronous computations before injecting in other places