Module aermicioi.aedi.container.deffered_container

Classes

NameDescription
DefferedContainer Decorating container that executes deffered tasks after a request is served from exterior. This decorated will inherit following interfaces only and only if the T also implements them:
  1. Storage!(ObjectFactory, string)
  2. AliasAware!string
  3. FactoryLocator
Decorated container must implement following interfaces:
  1. Container
  2. MutableDecorator!T
  3. Subscribable!ContainerInstantiationEventType
  4. Decorator!Container