aermicioi.aedi.container.deferred_container

Undocumented in source.

Members

Templates

DeferredContainer
template DeferredContainer(T)

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

Meta