We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Described here.
Can be implemented by adding property provider as in PDI. This property will return a factory object which must be called without args.
provider
Opened question: should this factory be callable or awaitable. If callable, than async resources must be preinitialized
The text was updated successfully, but these errors were encountered:
We can add both: .provider and .sync_provider.
.provider
.sync_provider
Sorry, something went wrong.
Rhymes with resolve() and sync_resolve().
resolve()
sync_resolve()
lesnik512
Successfully merging a pull request may close this issue.
Described here.
Can be implemented by adding property
provider
as in PDI. This property will return a factory object which must be called without args.Opened question: should this factory be callable or awaitable. If callable, than async resources must be preinitialized
The text was updated successfully, but these errors were encountered: