.. _async-injections: Asynchronous injections ======================= .. meta:: :keywords: Python,DI,Dependency injection,IoC,Inversion of Control,Providers,Async,Injections,Asynchronous,Await, Asyncio :description: Dependency Injector providers support asynchronous injections. This page demonstrates how make asynchronous dependency injections in Python. Providers support asynchronous injections.