aboutsummaryrefslogtreecommitdiff
path: root/examples/async
AgeCommit message (Collapse)Author
2022-09-17refactor!: make async DI container be used inside of a ArcHampusM
BREAKING CHANGE: The async DI container is to be used inside of a Arc & it also no longer implements Default
2022-09-02refactor!: remove braces from expected injectable macro inputHampusM
BREAKING CHANGE: The injectable macro no longer expects braces around it's flags
2022-08-29feat: implement async functionalityHampusM