Commit Graph

3 Commits

Author SHA1 Message Date
M1000fr
536fcfc336 feat: enhance asynchronous provider support and fix concurrent resolution bug
Allows factory providers to be asynchronous and ensures concurrent requests for the same singleton await the same promise instead of triggering circular dependency errors.
2026-01-11 17:11:41 +01:00
M1000fr
aa8493baf6 feat: implement forwardRef support for services and modules
This adds support for circular dependencies using forwardRef and Proxy-based resolution.
2026-01-11 17:03:59 +01:00
M1000fr
00fb21c558 feat: init project 2026-01-10 17:28:29 +01:00