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
#[sv::msg(reply=alias1|alias2, reply_on=...)]
Both aliases and reply_on are optional.
Aliases should be parsed as Idents. Supported values for reply_on are:
Ident
reply_on
If alias is not provided the Ident defaults to the marked method name. If reply_on is not provided it defaults to Always.
Always
The text was updated successfully, but these errors were encountered:
feat: Parse additional parameters for sv::msg(reply) (#426)
37573f1
New optional parameters: - handlers - (handler1, handler2, ..) - reply_on - success|failure|always
eac7534
4e5dbec
jawoznia
Successfully merging a pull request may close this issue.
Both aliases and reply_on are optional.
Aliases should be parsed as
Ident
s.Supported values for
reply_on
are:If alias is not provided the
Ident
defaults to the marked method name.If reply_on is not provided it defaults to
Always
.The text was updated successfully, but these errors were encountered: