aboutsummaryrefslogtreecommitdiff
path: root/examples/async/interfaces/mod.rs
AgeCommit message (Collapse)Author
2022-09-17feat!: allow factories to access async DI containerHampusM
BREAKING CHANGE: The to_factory & to_default_factory methods of AsyncBindingBuilder now expects a function returning a factory function
2022-08-29feat: implement async functionalityHampusM