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
done
Supply.tap is documented thus:
Supply.tap
The &done callback is called when the done method on the supply is called
&done
Whereas, there is no done method on Supply. It correctly documents a live supply:
For a live supply the done routine will be called on the parent Supplier
It is unclear whether an on-demand supply also has a parent Supplier with a done method.
It is also unclear how to stop an on-demand supply.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem
Supply.tapis documented thus:Whereas, there is no
donemethod on Supply. It correctly documents a live supply:It is unclear whether an on-demand supply also has a parent Supplier with a
donemethod.It is also unclear how to stop an on-demand supply.
The text was updated successfully, but these errors were encountered: