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
> I guess for chewing you may want to only show aux/notification when calling the handle_* API, not the set_* that modifies the state directly.
This is a good point.
Callback based API sounds good but we need to think about issues like function reentrant and multi-threading.
For now I'm thinking to stick with current approach and explore callback based design post-1.0 deprecated API clean-up.
Originally posted by @kanru in #506 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a good point.
Callback based API sounds good but we need to think about issues like function reentrant and multi-threading.
For now I'm thinking to stick with current approach and explore callback based design post-1.0 deprecated API clean-up.
Originally posted by @kanru in #506 (comment)
The text was updated successfully, but these errors were encountered: