Wraps up container into a deferring container which executes deferred actions
when a component from it is requested from exterior and not interior of container.
Therefore with help of it, is possible to solve circular dependency errors by deferring
setting a dependency at a later time when dependents are fully constructed.
Wrap up a container into a deferring container.
Wraps up container into a deferring container which executes deferred actions when a component from it is requested from exterior and not interior of container. Therefore with help of it, is possible to solve circular dependency errors by deferring setting a dependency at a later time when dependents are fully constructed.