Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Services lazy loading #99

Merged
merged 1 commit into from
Dec 23, 2024
Merged

feat: Services lazy loading #99

merged 1 commit into from
Dec 23, 2024

Conversation

Gashmob
Copy link
Member

@Gashmob Gashmob commented Dec 23, 2024

Closes #95

Services are instantiated only when get is called. It does not detect circular dependency: if there is one it will go into infinite loop. It the user role to detect it and fix the problem

Closes #95

Services are instantiated only when get is called. It does not detect
circular dependency: if there is one it will go into infinite loop. It
the user role to detect it and fix the problem
@Gashmob Gashmob added the enhancement New feature or request label Dec 23, 2024
@Gashmob Gashmob self-assigned this Dec 23, 2024
@Gashmob Gashmob linked an issue Dec 23, 2024 that may be closed by this pull request
@Gashmob Gashmob merged commit f1942bb into master Dec 23, 2024
4 checks passed
@Gashmob Gashmob deleted the 95-lazy-loading-of-services branch December 23, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lazy loading of services
1 participant