aboutsummaryrefslogtreecommitdiff
path: root/examples/async
AgeCommit message (Expand)Author
2023-12-22feat: add support for async constructorsHampusM
2023-10-04refactor!: remove factory & declare_default_factory macrosHampusM
2023-10-04refactor!: remove mutex in AsyncDIContainerHampusM
2023-09-18refactor!: make the async DI container not inside a ArcHampusM
2023-09-16refactor!: remove async DI container prelude moduleHampusM
2023-09-16refactor!: remove async DI container interfaceHampusM
2023-08-15fix!: make the factory macro not change its inputHampusM
2022-10-23refactor!: reduce DI container couplingHampusM
2022-10-09refactor!: reorganize DI containersHampusM
2022-09-24refactor!: remove repetition of declaring factory interfacesHampusM
2022-09-21docs: make IFood in async example Send + SyncHampusM
2022-09-18refactor: add put factory return types in TransientPtr automaticallyHampusM
2022-09-17docs: add missing modules in the async exampleHampusM
2022-09-17feat!: allow factories to access async DI containerHampusM
2022-09-17refactor!: make async DI container be used inside of a ArcHampusM
2022-09-02refactor!: remove braces from expected injectable macro inputHampusM
2022-08-29feat: implement async functionalityHampusM