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
Callbacks should be a DU like this:
type Callback | SingleCallback ... | MultiCallback ...
this will make serialization harder but making multiple outputs possible is important.
The text was updated successfully, but these errors were encountered:
Implemented via 66ba10d (dont know why the linking of this issue didn't work). You can now create multiCallbacks via Callback.multiOut
Callback.multiOut
Sorry, something went wrong.
Refactor callback #10, add multi-output callbacks #6
66ba10d
No branches or pull requests
Callbacks should be a DU like this:
type Callback
| SingleCallback ...
| MultiCallback ...
this will make serialization harder but making multiple outputs possible is important.
The text was updated successfully, but these errors were encountered: