-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Support fallible one-shot systems #19678
New issue
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
Support fallible one-shot systems #19678
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, can you please add a simple test verifying that this works? Notes in the docs about this would also be nice, but I can live without them.
f5dbfc3
to
dd3ba29
Compare
I have added new tests and slightly modified one of the existing ones to cover the I'm not sure on how to proceed with the docs. AFAIK neither |
dd3ba29
to
2394443
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounds good; I'll open another issue for docs :)
Closes #19677.
I don't think that the output type needs to be
Send
. I've done some test at it seems to work fine without it, which in IMO makes sense, but please correct me if that is not the case.