aboutsummaryrefslogtreecommitdiff
path: root/src/di_container/asynchronous
AgeCommit message (Expand)Author
2023-10-04refactor!: remove factory & declare_default_factory macrosHampusM
2023-10-04refactor: remove unused import warning in async DI container moduleHampusM
2023-10-04refactor!: remove mutex in AsyncDIContainerHampusM
2023-09-26test: make unit tests not return ResultHampusM
2023-09-19docs: add examples to DI container & related functionsHampusM
2023-09-18refactor!: make the async DI container not inside a ArcHampusM
2023-09-18refactor: replace threadsafe castable factory Fn impl with methodHampusM
2023-09-18refactor: make threadsafe castable factory take DI container paramHampusM
2023-09-16refactor!: remove async DI container prelude moduleHampusM
2023-09-16refactor!: remove async DI container interfaceHampusM
2023-08-31refactor: pass around BindingOptions instead of nameHampusM
2023-08-20feat: expose DI container get_bound methods to public APIHampusM
2023-08-18refactor: replace use_dependency_history with a more generic macroHampusM
2023-08-16chore: fix warnings when only the async feature enabledHampusM
2023-08-16chore!: remove the factory macro async flagHampusM
2023-08-15fix!: make the factory macro not change its inputHampusM
2023-08-05refactor!: remove IDependencyHistoryHampusM
2023-08-04refactor!: remove SomeThreadsafePtr & move variants to SomePtrHampusM
2023-08-04refactor!: remove async_closure macro from APIHampusM
2023-08-02docs: fix wrong quotes in binding configuratorsHampusM
2023-08-01test: clean up binding configurator unit testsHampusM
2023-01-19refactor: remove unnecessary must_use attributesHampusM
2023-01-19refactor!: make binding builder & configurator methods take self ownershipHampusM
2022-11-19refactor: reorganize non-public API itemsHampusM
2022-11-17refactor: use the async-lock crate instead of TokioHampusM
2022-11-07fix: make factories work again after Rust nightly-2022-11-07HampusM
2022-11-06refactor: improve cast error handlingHampusM
2022-10-30docs: add sealed notices to DI container interfacesHampusM
2022-10-29refactor!: add dependency history typeHampusM
2022-10-24test: add binding configurator unit testsHampusM
2022-10-24refactor: rename DI container binding map to DI container storageHampusM
2022-10-23test: add binding builder unit testsHampusM
2022-10-23refactor!: reduce DI container couplingHampusM
2022-10-09refactor!: reorganize DI containersHampusM