elizarov
fun provideMyExpensiveDep(): Deferred<MyDep> = async(ctx) { ... here is my heavy init code ... }
@Inject lateinit var myDep: Deferred<MyDep>