Isqanderm / ioc

1 stars 0 forks source link

Implement a mechanism for resolving cyclic dependencies. #12

Open Isqanderm opened 2 months ago

Isqanderm commented 2 months ago

Currently, Nexus is not able to resolve cyclic dependencies. It is necessary to work out the mechanism of lazy initialization of initialization. The problem is that it has to support the asynchronous nature of dependency resolution.

Isqanderm commented 2 months ago

Referrence: https://docs.nestjs.com/fundamentals/circular-dependency